Uses of Class
com.echothree.model.jooq.server.records.associate.AssociatePrograms
Packages that use AssociatePrograms
Package
Description
-
Uses of AssociatePrograms in com.echothree.model.jooq.server.keys.associate
Fields in com.echothree.model.jooq.server.keys.associate with type parameters of type AssociateProgramsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<AssociateDetails, AssociatePrograms> AssociateForeignKeys.ASSOCIATE_DETAILS_ASSOCIATE_PROGRAM_FKstatic final org.jooq.ForeignKey<AssociateProgramDescriptions, AssociatePrograms> AssociateForeignKeys.ASSOCIATE_PROGRAM_DESCRIPTIONS_ASSOCIATE_PROGRAM_FKstatic final org.jooq.ForeignKey<AssociateProgramDetails, AssociatePrograms> AssociateForeignKeys.ASSOCIATE_PROGRAM_DETAILS_ASSOCIATE_PROGRAM_FKstatic final org.jooq.ForeignKey<AssociatePrograms, AssociateProgramDetails> AssociateForeignKeys.ASSOCIATE_PROGRAMS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<AssociatePrograms> AssociateUniqueKeys.ASSOCIATE_PROGRAMS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<AssociatePrograms, AssociateProgramDetails> AssociateForeignKeys.ASSOCIATE_PROGRAMS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<AssociatePrograms> AssociateUniqueKeys.ASSOCIATE_PROGRAMS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<AssociatePrograms> AssociateUniqueKeys.ASSOCIATE_PROGRAMS_PK -
Uses of AssociatePrograms in com.echothree.model.jooq.server.tables.associate
Fields in com.echothree.model.jooq.server.tables.associate with type parameters of type AssociateProgramsModifier and TypeFieldDescriptionfinal org.jooq.TableField<AssociatePrograms, AssociateProgramDetailPK> AssociatePrograms.ACTIVE_DETAILThe columnassociateprograms.ascprgm_activedetailid.final org.jooq.TableField<AssociatePrograms, AssociateProgramPK> AssociatePrograms.ASSOCIATE_PROGRAMThe columnassociateprograms.ascprgm_associateprogramid.final org.jooq.TableField<AssociatePrograms, AssociateProgramDetailPK> AssociatePrograms.LAST_DETAILThe columnassociateprograms.ascprgm_lastdetailid.Methods in com.echothree.model.jooq.server.tables.associate that return types with arguments of type AssociateProgramsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<AssociatePrograms> AssociatePrograms.getPrimaryKey()AssociatePrograms.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<AssociatePrograms, ?>> AssociatePrograms.getReferences()List<org.jooq.UniqueKey<AssociatePrograms>> AssociatePrograms.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.associate with type arguments of type AssociateProgramsModifierConstructorDescriptionAssociatePrograms(org.jooq.Table<O> path, org.jooq.ForeignKey<O, AssociatePrograms> childPath, org.jooq.InverseForeignKey<O, AssociatePrograms> parentPath) AssociatePrograms(org.jooq.Table<O> path, org.jooq.ForeignKey<O, AssociatePrograms> childPath, org.jooq.InverseForeignKey<O, AssociatePrograms> parentPath) AssociateProgramsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, AssociatePrograms> childPath, org.jooq.InverseForeignKey<O, AssociatePrograms> parentPath) AssociateProgramsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, AssociatePrograms> childPath, org.jooq.InverseForeignKey<O, AssociatePrograms> parentPath)