Uses of Class
com.echothree.model.jooq.server.tables.contact.ContactMechanismPurposes
Packages that use ContactMechanismPurposes
-
Uses of ContactMechanismPurposes in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as ContactMechanismPurposesModifier and TypeFieldDescriptionstatic final ContactMechanismPurposesTables.ContactMechanismPurposesThe tablecontactmechanismpurposes. -
Uses of ContactMechanismPurposes in com.echothree.model.jooq.server.tables.contact
Subclasses of ContactMechanismPurposes in com.echothree.model.jooq.server.tables.contactModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.contact declared as ContactMechanismPurposesModifier and TypeFieldDescriptionstatic final ContactMechanismPurposesContactMechanismPurposes.ContactMechanismPurposesThe reference instance ofcontactmechanismpurposesMethods in com.echothree.model.jooq.server.tables.contact that return ContactMechanismPurposesModifier and TypeMethodDescriptionContactMechanismPurposes.as(org.jooq.Name alias) ContactMechanismPurposes.as(org.jooq.Table<?> alias) Rename this tableContactMechanismPurposes.rename(org.jooq.Name name) Rename this tableContactMechanismPurposes.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 tableContactMechanismPurposes.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableContactMechanismPurposes.where(org.jooq.Condition condition) Create an inline derived table from this tableContactMechanismPurposes.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableContactMechanismPurposes.where(org.jooq.SQL condition) Create an inline derived table from this tableContactMechanismPurposes.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableContactMechanismPurposes.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table