Uses of Class
com.echothree.model.jooq.server.tables.contact.ContactMechanismPurposeDescriptions
Packages that use ContactMechanismPurposeDescriptions
-
Uses of ContactMechanismPurposeDescriptions in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as ContactMechanismPurposeDescriptionsModifier and TypeFieldDescriptionstatic final ContactMechanismPurposeDescriptionsThe tablecontactmechanismpurposedescriptions. -
Uses of ContactMechanismPurposeDescriptions in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact declared as ContactMechanismPurposeDescriptionsModifier and TypeFieldDescriptionstatic final ContactMechanismPurposeDescriptionsContactMechanismPurposeDescriptions.ContactMechanismPurposeDescriptionsThe reference instance ofcontactmechanismpurposedescriptionsMethods in com.echothree.model.jooq.server.tables.contact that return ContactMechanismPurposeDescriptionsModifier and TypeMethodDescriptionContactMechanismPurposeDescriptions.as(org.jooq.Name alias) ContactMechanismPurposeDescriptions.as(org.jooq.Table<?> alias) Rename this tableContactMechanismPurposeDescriptions.rename(org.jooq.Name name) Rename this tableContactMechanismPurposeDescriptions.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 tableContactMechanismPurposeDescriptions.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableContactMechanismPurposeDescriptions.where(org.jooq.Condition condition) Create an inline derived table from this tableContactMechanismPurposeDescriptions.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableContactMechanismPurposeDescriptions.where(org.jooq.SQL condition) Create an inline derived table from this tableContactMechanismPurposeDescriptions.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableContactMechanismPurposeDescriptions.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table