/** * This class is generated by jOOQ */ package org.jooq.example.jaxrs.db; /** * This class is generated by jOOQ. * * Convenience access to all tables in license_server */ @javax.annotation.Generated(value = { "http://www.jooq.org", "3.1.0" }, comments = "This class is generated by jOOQ") @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Tables { /** * The table license_server.license */ public static final org.jooq.example.jaxrs.db.tables.License LICENSE = org.jooq.example.jaxrs.db.tables.License.LICENSE; /** * The table license_server.log_verify */ public static final org.jooq.example.jaxrs.db.tables.LogVerify LOG_VERIFY = org.jooq.example.jaxrs.db.tables.LogVerify.LOG_VERIFY; }