Uses of Class
com.echothree.model.jooq.server.tables.offer.SourceDetails
Packages that use SourceDetails
-
Uses of SourceDetails in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as SourceDetailsModifier and TypeFieldDescriptionstatic final SourceDetailsTables.SourceDetailsThe tablesourcedetails. -
Uses of SourceDetails in com.echothree.model.jooq.server.tables.offer
Subclasses of SourceDetails in com.echothree.model.jooq.server.tables.offerModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.offer declared as SourceDetailsModifier and TypeFieldDescriptionstatic final SourceDetailsSourceDetails.SourceDetailsThe reference instance ofsourcedetailsMethods in com.echothree.model.jooq.server.tables.offer that return SourceDetailsModifier and TypeMethodDescriptionSourceDetails.as(org.jooq.Name alias) SourceDetails.as(org.jooq.Table<?> alias) Rename this tableSourceDetails.rename(org.jooq.Name name) Rename this tableSourceDetails.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 tableSourceDetails.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableSourceDetails.where(org.jooq.Condition condition) Create an inline derived table from this tableSourceDetails.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableSourceDetails.where(org.jooq.SQL condition) Create an inline derived table from this tableSourceDetails.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableSourceDetails.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table