Uses of Class
com.echothree.model.jooq.server.records.contact.ContactMechanisms
Packages that use ContactMechanisms
Package
Description
-
Uses of ContactMechanisms in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type ContactMechanismsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContactEmailAddresses, ContactMechanisms> ContactForeignKeys.CONTACT_EMAIL_ADDRESSES_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ContactInet4Addresses, ContactMechanisms> ContactForeignKeys.CONTACT_INET4_ADDRESSES_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ContactInet6Addresses, ContactMechanisms> ContactForeignKeys.CONTACT_INET6_ADDRESSES_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ContactMechanismAliases, ContactMechanisms> ContactForeignKeys.CONTACT_MECHANISM_ALIASES_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ContactMechanismDetails, ContactMechanisms> ContactForeignKeys.CONTACT_MECHANISM_DETAILS_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ContactMechanisms, ContactMechanismDetails> ContactForeignKeys.CONTACT_MECHANISMS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ContactMechanisms> ContactUniqueKeys.CONTACT_MECHANISMS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ContactMechanisms, ContactMechanismDetails> ContactForeignKeys.CONTACT_MECHANISMS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ContactMechanisms> ContactUniqueKeys.CONTACT_MECHANISMS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ContactMechanisms> ContactUniqueKeys.CONTACT_MECHANISMS_PKstatic final org.jooq.ForeignKey<ContactPostalAddressCorrections, ContactMechanisms> ContactForeignKeys.CONTACT_POSTAL_ADDRESS_CORRECTIONS_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ContactPostalAddresses, ContactMechanisms> ContactForeignKeys.CONTACT_POSTAL_ADDRESSES_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ContactTelephones, ContactMechanisms> ContactForeignKeys.CONTACT_TELEPHONES_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<ContactWebAddresses, ContactMechanisms> ContactForeignKeys.CONTACT_WEB_ADDRESSES_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<PartyContactMechanismAliases, ContactMechanisms> ContactForeignKeys.PARTY_CONTACT_MECHANISM_ALIASES_CONTACT_MECHANISM_FKstatic final org.jooq.ForeignKey<PartyContactMechanismDetails, ContactMechanisms> ContactForeignKeys.PARTY_CONTACT_MECHANISM_DETAILS_CONTACT_MECHANISM_FK -
Uses of ContactMechanisms in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactMechanismsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactMechanisms, ContactMechanismDetailPK> ContactMechanisms.ACTIVE_DETAILThe columncontactmechanisms.cmch_activedetailid.final org.jooq.TableField<ContactMechanisms, ContactMechanismPK> ContactMechanisms.CONTACT_MECHANISMThe columncontactmechanisms.cmch_contactmechanismid.final org.jooq.TableField<ContactMechanisms, ContactMechanismDetailPK> ContactMechanisms.LAST_DETAILThe columncontactmechanisms.cmch_lastdetailid.Methods in com.echothree.model.jooq.server.tables.contact that return types with arguments of type ContactMechanismsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContactMechanisms> ContactMechanisms.getPrimaryKey()ContactMechanisms.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContactMechanisms, ?>> ContactMechanisms.getReferences()List<org.jooq.UniqueKey<ContactMechanisms>> ContactMechanisms.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.contact with type arguments of type ContactMechanismsModifierConstructorDescriptionContactMechanisms(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContactMechanisms> childPath, org.jooq.InverseForeignKey<O, ContactMechanisms> parentPath) ContactMechanisms(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContactMechanisms> childPath, org.jooq.InverseForeignKey<O, ContactMechanisms> parentPath) ContactMechanismsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContactMechanisms> childPath, org.jooq.InverseForeignKey<O, ContactMechanisms> parentPath) ContactMechanismsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContactMechanisms> childPath, org.jooq.InverseForeignKey<O, ContactMechanisms> parentPath)