Uses of Class
com.echothree.model.jooq.server.tables.associate.AssociateReferralDetails
Packages that use AssociateReferralDetails
Package
Description
-
Uses of AssociateReferralDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as AssociateReferralDetailsModifier and TypeFieldDescriptionstatic final AssociateReferralDetailsTables.AssociateReferralDetailsThe tableassociatereferraldetails. -
Uses of AssociateReferralDetails in com.echothree.model.jooq.server.tables.associate
Subclasses of AssociateReferralDetails in com.echothree.model.jooq.server.tables.associateModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.associate declared as AssociateReferralDetailsModifier and TypeFieldDescriptionstatic final AssociateReferralDetailsAssociateReferralDetails.AssociateReferralDetailsThe reference instance ofassociatereferraldetailsMethods in com.echothree.model.jooq.server.tables.associate that return AssociateReferralDetailsModifier and TypeMethodDescriptionAssociateReferralDetails.as(org.jooq.Name alias) AssociateReferralDetails.as(org.jooq.Table<?> alias) Rename this tableAssociateReferralDetails.rename(org.jooq.Name name) Rename this tableAssociateReferralDetails.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 tableAssociateReferralDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableAssociateReferralDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableAssociateReferralDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableAssociateReferralDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableAssociateReferralDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableAssociateReferralDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table