Uses of Class
com.echothree.model.jooq.server.records.communication.CommunicationEventRoles
Packages that use CommunicationEventRoles
Package
Description
-
Uses of CommunicationEventRoles in com.echothree.model.jooq.server.keys.communication
Fields in com.echothree.model.jooq.server.keys.communication with type parameters of type CommunicationEventRolesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CommunicationEventRoles> CommunicationUniqueKeys.COMMUNICATION_EVENT_ROLES_COMMUNICATION_EVENT_AND_PARTY_AND_COMMUNICATION_EVENT_ROLE_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<CommunicationEventRoles, CommunicationEvents> CommunicationForeignKeys.COMMUNICATION_EVENT_ROLES_COMMUNICATION_EVENT_FKstatic final org.jooq.ForeignKey<CommunicationEventRoles, CommunicationEventRoleTypes> CommunicationForeignKeys.COMMUNICATION_EVENT_ROLES_COMMUNICATION_EVENT_ROLE_TYPE_FKstatic final org.jooq.ForeignKey<CommunicationEventRoles, Parties> CommunicationForeignKeys.COMMUNICATION_EVENT_ROLES_PARTY_FKstatic final org.jooq.UniqueKey<CommunicationEventRoles> CommunicationUniqueKeys.COMMUNICATION_EVENT_ROLES_PK -
Uses of CommunicationEventRoles in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type CommunicationEventRolesModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEventRoles, CommunicationEventPK> CommunicationEventRoles.COMMUNICATION_EVENTThe columncommunicationeventroles.cmmnevr_cmmnev_communicationeventid.final org.jooq.TableField<CommunicationEventRoles, CommunicationEventRolePK> CommunicationEventRoles.COMMUNICATION_EVENT_ROLEThe columncommunicationeventroles.cmmnevr_communicationeventroleid.final org.jooq.TableField<CommunicationEventRoles, CommunicationEventRoleTypePK> CommunicationEventRoles.COMMUNICATION_EVENT_ROLE_TYPEThe columncommunicationeventroles.cmmnevr_cmmnevrtyp_communicationeventroletypeid.final org.jooq.TableField<CommunicationEventRoles, Long> CommunicationEventRoles.FROM_TIMEThe columncommunicationeventroles.cmmnevr_fromtime.final org.jooq.TableField<CommunicationEventRoles, PartyPK> CommunicationEventRoles.PARTYThe columncommunicationeventroles.cmmnevr_par_partyid.final org.jooq.TableField<CommunicationEventRoles, Long> CommunicationEventRoles.THRU_TIMEThe columncommunicationeventroles.cmmnevr_thrutime.Methods in com.echothree.model.jooq.server.tables.communication that return types with arguments of type CommunicationEventRolesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CommunicationEventRoles> CommunicationEventRoles.getPrimaryKey()CommunicationEventRoles.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CommunicationEventRoles, ?>> CommunicationEventRoles.getReferences()List<org.jooq.UniqueKey<CommunicationEventRoles>> CommunicationEventRoles.getUniqueKeys()