All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooq.example.flyway.db.h2.Tables Maven / Gradle / Ivy

There is a newer version: 1.37.1
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.example.flyway.db.h2;


import javax.annotation.Generated;

import org.jooq.example.flyway.db.h2.tables.Author;
import org.jooq.example.flyway.db.h2.tables.Book;


/**
 * Convenience access to all tables in FLYWAY_TEST
 */
@Generated(
    value = {
        "http://www.jooq.org",
        "jOOQ version:3.8.4",
        "catalog version:DEFAULT_CATALOG_20210518061900",
        "schema version:FLYWAY_TEST_3",
    },
    date = "2021-05-18T18:19:00.496+00:00",
    comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {

    /**
     * The table FLYWAY_TEST.AUTHOR.
     */
    public static final Author AUTHOR = org.jooq.example.flyway.db.h2.tables.Author.AUTHOR;

    /**
     * The table FLYWAY_TEST.BOOK.
     */
    public static final Book BOOK = org.jooq.example.flyway.db.h2.tables.Book.BOOK;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy