Uses of Class
com.echothree.model.jooq.server.records.letter.LetterContactMechanismPurposes
Packages that use LetterContactMechanismPurposes
Package
Description
-
Uses of LetterContactMechanismPurposes in com.echothree.model.jooq.server.keys.letter
Fields in com.echothree.model.jooq.server.keys.letter with type parameters of type LetterContactMechanismPurposesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LetterContactMechanismPurposeDetails, LetterContactMechanismPurposes> static final org.jooq.ForeignKey<LetterContactMechanismPurposes, LetterContactMechanismPurposeDetails> LetterForeignKeys.LETTER_CONTACT_MECHANISM_PURPOSES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<LetterContactMechanismPurposes> LetterUniqueKeys.LETTER_CONTACT_MECHANISM_PURPOSES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<LetterContactMechanismPurposes, LetterContactMechanismPurposeDetails> LetterForeignKeys.LETTER_CONTACT_MECHANISM_PURPOSES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<LetterContactMechanismPurposes> LetterUniqueKeys.LETTER_CONTACT_MECHANISM_PURPOSES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<LetterContactMechanismPurposes> LetterUniqueKeys.LETTER_CONTACT_MECHANISM_PURPOSES_PK -
Uses of LetterContactMechanismPurposes in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterContactMechanismPurposesModifier and TypeFieldDescriptionfinal org.jooq.TableField<LetterContactMechanismPurposes, LetterContactMechanismPurposeDetailPK> LetterContactMechanismPurposes.ACTIVE_DETAILThe columnlettercontactmechanismpurposes.lttrcmpr_activedetailid.final org.jooq.TableField<LetterContactMechanismPurposes, LetterContactMechanismPurposeDetailPK> LetterContactMechanismPurposes.LAST_DETAILThe columnlettercontactmechanismpurposes.lttrcmpr_lastdetailid.final org.jooq.TableField<LetterContactMechanismPurposes, LetterContactMechanismPurposePK> LetterContactMechanismPurposes.LETTER_CONTACT_MECHANISM_PURPOSEThe columnlettercontactmechanismpurposes.lttrcmpr_lettercontactmechanismpurposeid.Methods in com.echothree.model.jooq.server.tables.letter that return types with arguments of type LetterContactMechanismPurposesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LetterContactMechanismPurposes> LetterContactMechanismPurposes.getPrimaryKey()LetterContactMechanismPurposes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LetterContactMechanismPurposes, ?>> LetterContactMechanismPurposes.getReferences()List<org.jooq.UniqueKey<LetterContactMechanismPurposes>> LetterContactMechanismPurposes.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.letter with type arguments of type LetterContactMechanismPurposesModifierConstructorDescriptionLetterContactMechanismPurposes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, LetterContactMechanismPurposes> parentPath) LetterContactMechanismPurposes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, LetterContactMechanismPurposes> parentPath) LetterContactMechanismPurposesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, LetterContactMechanismPurposes> parentPath) LetterContactMechanismPurposesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, LetterContactMechanismPurposes> parentPath)