Uses of Class
com.echothree.model.jooq.server.records.contact.ContactMechanismPurposeDescriptions
Packages that use ContactMechanismPurposeDescriptions
Package
Description
-
Uses of ContactMechanismPurposeDescriptions in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type ContactMechanismPurposeDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ContactMechanismPurposeDescriptions> static final org.jooq.ForeignKey<ContactMechanismPurposeDescriptions, ContactMechanismPurposes> ContactForeignKeys.CONTACT_MECHANISM_PURPOSE_DESCRIPTIONS_CONTACT_MECHANISM_PURPOSE_FKstatic final org.jooq.ForeignKey<ContactMechanismPurposeDescriptions, Languages> ContactForeignKeys.CONTACT_MECHANISM_PURPOSE_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<ContactMechanismPurposeDescriptions> ContactUniqueKeys.CONTACT_MECHANISM_PURPOSE_DESCRIPTIONS_PK -
Uses of ContactMechanismPurposeDescriptions in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactMechanismPurposeDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactMechanismPurposeDescriptions, ContactMechanismPurposePK> ContactMechanismPurposeDescriptions.CONTACT_MECHANISM_PURPOSEThe columncontactmechanismpurposedescriptions.cmprd_cmpr_contactmechanismpurposeid.final org.jooq.TableField<ContactMechanismPurposeDescriptions, ContactMechanismPurposeDescriptionPK> ContactMechanismPurposeDescriptions.CONTACT_MECHANISM_PURPOSE_DESCRIPTIONThe columncontactmechanismpurposedescriptions.cmprd_contactmechanismpurposedescriptionid.final org.jooq.TableField<ContactMechanismPurposeDescriptions, String> ContactMechanismPurposeDescriptions.DESCRIPTIONThe columncontactmechanismpurposedescriptions.cmprd_description.final org.jooq.TableField<ContactMechanismPurposeDescriptions, LanguagePK> ContactMechanismPurposeDescriptions.LANGUAGEThe columncontactmechanismpurposedescriptions.cmprd_lang_languageid.Methods in com.echothree.model.jooq.server.tables.contact that return types with arguments of type ContactMechanismPurposeDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContactMechanismPurposeDescriptions> ContactMechanismPurposeDescriptions.getPrimaryKey()ContactMechanismPurposeDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContactMechanismPurposeDescriptions, ?>> ContactMechanismPurposeDescriptions.getReferences()List<org.jooq.UniqueKey<ContactMechanismPurposeDescriptions>> ContactMechanismPurposeDescriptions.getUniqueKeys()