Uses of Class
com.echothree.model.jooq.server.tables.communication.CommunicationEventPurposeDescriptions
Packages that use CommunicationEventPurposeDescriptions
Package
Description
-
Uses of CommunicationEventPurposeDescriptions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CommunicationEventPurposeDescriptionsModifier and TypeFieldDescriptionstatic final CommunicationEventPurposeDescriptionsThe tablecommunicationeventpurposedescriptions. -
Uses of CommunicationEventPurposeDescriptions in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication declared as CommunicationEventPurposeDescriptionsModifier and TypeFieldDescriptionstatic final CommunicationEventPurposeDescriptionsCommunicationEventPurposeDescriptions.CommunicationEventPurposeDescriptionsThe reference instance ofcommunicationeventpurposedescriptionsMethods in com.echothree.model.jooq.server.tables.communication that return CommunicationEventPurposeDescriptionsModifier and TypeMethodDescriptionCommunicationEventPurposeDescriptions.as(org.jooq.Name alias) CommunicationEventPurposeDescriptions.as(org.jooq.Table<?> alias) Rename this tableCommunicationEventPurposeDescriptions.rename(org.jooq.Name name) Rename this tableCommunicationEventPurposeDescriptions.rename(org.jooq.Table<?> name) Rename this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCreate an inline derived table from this tableCommunicationEventPurposeDescriptions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCommunicationEventPurposeDescriptions.where(org.jooq.Condition condition) Create an inline derived table from this tableCommunicationEventPurposeDescriptions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCommunicationEventPurposeDescriptions.where(org.jooq.SQL condition) Create an inline derived table from this tableCommunicationEventPurposeDescriptions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCommunicationEventPurposeDescriptions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table