Uses of Class
com.echothree.model.jooq.server.tables.communication.CommunicationEventDetails
Packages that use CommunicationEventDetails
Package
Description
-
Uses of CommunicationEventDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CommunicationEventDetailsModifier and TypeFieldDescriptionstatic final CommunicationEventDetailsTables.CommunicationEventDetailsThe tablecommunicationeventdetails. -
Uses of CommunicationEventDetails 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 CommunicationEventDetailsModifier and TypeFieldDescriptionstatic final CommunicationEventDetailsCommunicationEventDetails.CommunicationEventDetailsThe reference instance ofcommunicationeventdetailsMethods in com.echothree.model.jooq.server.tables.communication that return CommunicationEventDetailsModifier and TypeMethodDescriptionCommunicationEventDetails.as(org.jooq.Name alias) CommunicationEventDetails.as(org.jooq.Table<?> alias) Rename this tableCommunicationEventDetails.rename(org.jooq.Name name) Rename this tableCommunicationEventDetails.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 tableCommunicationEventDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCommunicationEventDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableCommunicationEventDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCommunicationEventDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableCommunicationEventDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCommunicationEventDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table