/*
* This file is generated by jOOQ.
*/
package models;
import javax.annotation.Generated;
import models.tables.Fortune;
import models.tables.World;
/**
* Convenience access to all tables in hello_world
*/
@Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.10.3"
},
comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
/**
* The table hello_world.fortune
.
*/
public static final Fortune FORTUNE = models.tables.Fortune.FORTUNE;
/**
* The table hello_world.world
.
*/
public static final World WORLD = models.tables.World.WORLD;
}