/** * This class is generated by jOOQ */ package org.jooq.example.jaxrs.db; /** * This class is generated by jOOQ. * * A class modelling foreign key relationships between tables of the <code>license_server</code> * schema */ @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 Keys { // ------------------------------------------------------------------------- // IDENTITY definitions // ------------------------------------------------------------------------- public static final org.jooq.Identity<org.jooq.example.jaxrs.db.tables.records.LicenseRecord, java.lang.Long> IDENTITY_LICENSE = Identities0.IDENTITY_LICENSE; public static final org.jooq.Identity<org.jooq.example.jaxrs.db.tables.records.LogVerifyRecord, java.lang.Long> IDENTITY_LOG_VERIFY = Identities0.IDENTITY_LOG_VERIFY; // ------------------------------------------------------------------------- // UNIQUE and PRIMARY KEY definitions // ------------------------------------------------------------------------- public static final org.jooq.UniqueKey<org.jooq.example.jaxrs.db.tables.records.LicenseRecord> PK_LICENSE = UniqueKeys0.PK_LICENSE; public static final org.jooq.UniqueKey<org.jooq.example.jaxrs.db.tables.records.LicenseRecord> UK_LICENSE = UniqueKeys0.UK_LICENSE; public static final org.jooq.UniqueKey<org.jooq.example.jaxrs.db.tables.records.LogVerifyRecord> PK_LOG_VERIFY = UniqueKeys0.PK_LOG_VERIFY; // ------------------------------------------------------------------------- // FOREIGN KEY definitions // ------------------------------------------------------------------------- // ------------------------------------------------------------------------- // [#1459] distribute members to avoid static initialisers > 64kb // ------------------------------------------------------------------------- private static class Identities0 extends org.jooq.impl.AbstractKeys { public static org.jooq.Identity<org.jooq.example.jaxrs.db.tables.records.LicenseRecord, java.lang.Long> IDENTITY_LICENSE = createIdentity(org.jooq.example.jaxrs.db.tables.License.LICENSE, org.jooq.example.jaxrs.db.tables.License.LICENSE.ID); public static org.jooq.Identity<org.jooq.example.jaxrs.db.tables.records.LogVerifyRecord, java.lang.Long> IDENTITY_LOG_VERIFY = createIdentity(org.jooq.example.jaxrs.db.tables.LogVerify.LOG_VERIFY, org.jooq.example.jaxrs.db.tables.LogVerify.LOG_VERIFY.ID); } private static class UniqueKeys0 extends org.jooq.impl.AbstractKeys { public static final org.jooq.UniqueKey<org.jooq.example.jaxrs.db.tables.records.LicenseRecord> PK_LICENSE = createUniqueKey(org.jooq.example.jaxrs.db.tables.License.LICENSE, org.jooq.example.jaxrs.db.tables.License.LICENSE.ID); public static final org.jooq.UniqueKey<org.jooq.example.jaxrs.db.tables.records.LicenseRecord> UK_LICENSE = createUniqueKey(org.jooq.example.jaxrs.db.tables.License.LICENSE, org.jooq.example.jaxrs.db.tables.License.LICENSE.LICENSE_); public static final org.jooq.UniqueKey<org.jooq.example.jaxrs.db.tables.records.LogVerifyRecord> PK_LOG_VERIFY = createUniqueKey(org.jooq.example.jaxrs.db.tables.LogVerify.LOG_VERIFY, org.jooq.example.jaxrs.db.tables.LogVerify.LOG_VERIFY.ID); } }