Uses of Class
com.echothree.model.jooq.server.tables.rating.Ratings
Packages that use Ratings
-
Uses of Ratings in com.echothree.model.jooq.server
Fields in com.echothree.model.jooq.server declared as Ratings -
Uses of Ratings in com.echothree.model.jooq.server.tables.rating
Subclasses of Ratings in com.echothree.model.jooq.server.tables.ratingModifier and TypeClassDescriptionstatic classA subtype implementingPathfor simplified path-based joins.Fields in com.echothree.model.jooq.server.tables.rating declared as RatingsModifier and TypeFieldDescriptionstatic final RatingsRatings.RatingsThe reference instance ofratingsMethods in com.echothree.model.jooq.server.tables.rating that return RatingsModifier and TypeMethodDescriptionRatings.as(org.jooq.Name alias) Ratings.as(org.jooq.Table<?> alias) Rename this tableRatings.rename(org.jooq.Name name) Rename this tableRatings.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 tableRatings.where(Collection<? extends org.jooq.Condition> conditions) Create an inline derived table from this tableRatings.where(org.jooq.Condition condition) Create an inline derived table from this tableRatings.where(org.jooq.Condition... conditions) Create an inline derived table from this tableCreate an inline derived table from this tableRatings.where(org.jooq.SQL condition) Create an inline derived table from this tableRatings.whereExists(org.jooq.TableLike<?> select) Create an inline derived table from this tableRatings.whereNotExists(org.jooq.TableLike<?> select) Create an inline derived table from this table