Uses of Class
com.echothree.model.jooq.server.tables.communication.CommunicationEventPurposes
Packages that use CommunicationEventPurposes
Package
Description
-
Uses of CommunicationEventPurposes in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CommunicationEventPurposesModifier and TypeFieldDescriptionstatic final CommunicationEventPurposesTables.CommunicationEventPurposesThe tablecommunicationeventpurposes. -
Uses of CommunicationEventPurposes in com.echothree.model.jooq.server.tables.communication
Modifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.communication declared as CommunicationEventPurposesModifier and TypeFieldDescriptionstatic final CommunicationEventPurposesCommunicationEventPurposes.CommunicationEventPurposesThe reference instance ofcommunicationeventpurposesMethods in com.echothree.model.jooq.server.tables.communication that return CommunicationEventPurposesModifier and TypeMethodDescriptionCommunicationEventPurposes.as(org.jooq.Name alias) CommunicationEventPurposes.as(org.jooq.Table<?> alias) Rename this tableCommunicationEventPurposes.rename(org.jooq.Name name) Rename this tableCommunicationEventPurposes.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 tableCommunicationEventPurposes.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCommunicationEventPurposes.where(org.jooq.Condition condition) Create an inline derived table from this tableCommunicationEventPurposes.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCommunicationEventPurposes.where(org.jooq.SQL condition) Create an inline derived table from this tableCommunicationEventPurposes.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCommunicationEventPurposes.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table