Uses of Class
com.echothree.model.jooq.server.tables.communication.CommunicationSourceDetails
Packages that use CommunicationSourceDetails
Package
Description
-
Uses of CommunicationSourceDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as CommunicationSourceDetailsModifier and TypeFieldDescriptionstatic final CommunicationSourceDetailsTables.CommunicationSourceDetailsThe tablecommunicationsourcedetails. -
Uses of CommunicationSourceDetails 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 CommunicationSourceDetailsModifier and TypeFieldDescriptionstatic final CommunicationSourceDetailsCommunicationSourceDetails.CommunicationSourceDetailsThe reference instance ofcommunicationsourcedetailsMethods in com.echothree.model.jooq.server.tables.communication that return CommunicationSourceDetailsModifier and TypeMethodDescriptionCommunicationSourceDetails.as(org.jooq.Name alias) CommunicationSourceDetails.as(org.jooq.Table<?> alias) Rename this tableCommunicationSourceDetails.rename(org.jooq.Name name) Rename this tableCommunicationSourceDetails.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 tableCommunicationSourceDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableCommunicationSourceDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableCommunicationSourceDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableCommunicationSourceDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableCommunicationSourceDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableCommunicationSourceDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table