Uses of Class
com.echothree.model.jooq.server.tables.party.NameSuffixes
Packages that use NameSuffixes
-
Uses of NameSuffixes in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as NameSuffixesModifier and TypeFieldDescriptionstatic final NameSuffixesTables.NameSuffixesThe tablenamesuffixes. -
Uses of NameSuffixes in com.echothree.model.jooq.server.tables.party
Subclasses of NameSuffixes in com.echothree.model.jooq.server.tables.partyModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.party declared as NameSuffixesModifier and TypeFieldDescriptionstatic final NameSuffixesNameSuffixes.NameSuffixesThe reference instance ofnamesuffixesMethods in com.echothree.model.jooq.server.tables.party that return NameSuffixesModifier and TypeMethodDescriptionNameSuffixes.as(org.jooq.Name alias) NameSuffixes.as(org.jooq.Table<?> alias) Rename this tableNameSuffixes.rename(org.jooq.Name name) Rename this tableNameSuffixes.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 tableNameSuffixes.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableNameSuffixes.where(org.jooq.Condition condition) Create an inline derived table from this tableNameSuffixes.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableNameSuffixes.where(org.jooq.SQL condition) Create an inline derived table from this tableNameSuffixes.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableNameSuffixes.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table