Uses of Class
com.echothree.model.jooq.server.records.rating.Ratings
Packages that use Ratings
Package
Description
-
Uses of Ratings in com.echothree.model.jooq.server.keys.rating
Fields in com.echothree.model.jooq.server.keys.rating with type parameters of type RatingsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<RatingDetails, Ratings> RatingForeignKeys.RATING_DETAILS_RATING_FKstatic final org.jooq.ForeignKey<Ratings, RatingDetails> RatingForeignKeys.RATINGS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Ratings> RatingUniqueKeys.RATINGS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Ratings, RatingDetails> RatingForeignKeys.RATINGS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Ratings> RatingUniqueKeys.RATINGS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Ratings> RatingUniqueKeys.RATINGS_PK -
Uses of Ratings in com.echothree.model.jooq.server.tables.rating
Fields in com.echothree.model.jooq.server.tables.rating with type parameters of type RatingsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Ratings, RatingDetailPK> Ratings.ACTIVE_DETAILThe columnratings.rtg_activedetailid.final org.jooq.TableField<Ratings, RatingDetailPK> Ratings.LAST_DETAILThe columnratings.rtg_lastdetailid.Ratings.RATINGThe columnratings.rtg_ratingid.Methods in com.echothree.model.jooq.server.tables.rating that return types with arguments of type RatingsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Ratings> Ratings.getPrimaryKey()Ratings.getRecordType()The class holding records for this typeRatings.getReferences()Ratings.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.rating with type arguments of type RatingsModifierConstructorDescriptionRatings(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Ratings> childPath, org.jooq.InverseForeignKey<O, Ratings> parentPath) Ratings(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Ratings> childPath, org.jooq.InverseForeignKey<O, Ratings> parentPath) RatingsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Ratings> childPath, org.jooq.InverseForeignKey<O, Ratings> parentPath) RatingsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Ratings> childPath, org.jooq.InverseForeignKey<O, Ratings> parentPath)