Uses of Class
com.echothree.model.jooq.server.records.communication.CommunicationEventPurposeDescriptions
Packages that use CommunicationEventPurposeDescriptions
Package
Description
-
Uses of CommunicationEventPurposeDescriptions in com.echothree.model.jooq.server.keys.communication
Fields in com.echothree.model.jooq.server.keys.communication with type parameters of type CommunicationEventPurposeDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CommunicationEventPurposeDescriptions> CommunicationUniqueKeys.COMMUNICATION_EVENT_PURPOSE_DESCRIPTIONS_COMMUNICATION_EVENT_PURPOSE_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<CommunicationEventPurposeDescriptions, CommunicationEventPurposes> CommunicationForeignKeys.COMMUNICATION_EVENT_PURPOSE_DESCRIPTIONS_COMMUNICATION_EVENT_PURPOSE_FKstatic final org.jooq.ForeignKey<CommunicationEventPurposeDescriptions, Languages> CommunicationForeignKeys.COMMUNICATION_EVENT_PURPOSE_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<CommunicationEventPurposeDescriptions> CommunicationUniqueKeys.COMMUNICATION_EVENT_PURPOSE_DESCRIPTIONS_PK -
Uses of CommunicationEventPurposeDescriptions in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type CommunicationEventPurposeDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEventPurposeDescriptions, CommunicationEventPurposePK> CommunicationEventPurposeDescriptions.COMMUNICATION_EVENT_PURPOSEThe columncommunicationeventpurposedescriptions.cmmnevprd_cmmnevpr_communicationeventpurposeid.final org.jooq.TableField<CommunicationEventPurposeDescriptions, CommunicationEventPurposeDescriptionPK> CommunicationEventPurposeDescriptions.COMMUNICATION_EVENT_PURPOSE_DESCRIPTIONThe columncommunicationeventpurposedescriptions.cmmnevprd_communicationeventpurposedescriptionid.final org.jooq.TableField<CommunicationEventPurposeDescriptions, String> CommunicationEventPurposeDescriptions.DESCRIPTIONThe columncommunicationeventpurposedescriptions.cmmnevprd_description.final org.jooq.TableField<CommunicationEventPurposeDescriptions, Long> CommunicationEventPurposeDescriptions.FROM_TIMEThe columncommunicationeventpurposedescriptions.cmmnevprd_fromtime.final org.jooq.TableField<CommunicationEventPurposeDescriptions, LanguagePK> CommunicationEventPurposeDescriptions.LANGUAGEThe columncommunicationeventpurposedescriptions.cmmnevprd_lang_languageid.final org.jooq.TableField<CommunicationEventPurposeDescriptions, Long> CommunicationEventPurposeDescriptions.THRU_TIMEThe columncommunicationeventpurposedescriptions.cmmnevprd_thrutime.Methods in com.echothree.model.jooq.server.tables.communication that return types with arguments of type CommunicationEventPurposeDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommunicationEventPurposeDescriptions> CommunicationEventPurposeDescriptions.getPrimaryKey()CommunicationEventPurposeDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommunicationEventPurposeDescriptions, ?>> CommunicationEventPurposeDescriptions.getReferences()List<org.jooq.UniqueKey<CommunicationEventPurposeDescriptions>> CommunicationEventPurposeDescriptions.getUniqueKeys()