Uses of Class
com.echothree.model.jooq.server.records.club.Clubs
Packages that use Clubs
Package
Description
-
Uses of Clubs in com.echothree.model.jooq.server.keys.club
Fields in com.echothree.model.jooq.server.keys.club with type parameters of type ClubsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ClubDescriptions, Clubs> ClubForeignKeys.CLUB_DESCRIPTIONS_CLUB_FKstatic final org.jooq.ForeignKey<ClubDetails, Clubs> ClubForeignKeys.CLUB_DETAILS_CLUB_FKClubForeignKeys.CLUB_ITEMS_CLUB_FKstatic final org.jooq.ForeignKey<Clubs, ClubDetails> ClubForeignKeys.CLUBS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Clubs> ClubUniqueKeys.CLUBS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Clubs, ClubDetails> ClubForeignKeys.CLUBS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Clubs> ClubUniqueKeys.CLUBS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Clubs> ClubUniqueKeys.CLUBS_PK -
Uses of Clubs in com.echothree.model.jooq.server.tables.club
Fields in com.echothree.model.jooq.server.tables.club with type parameters of type ClubsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Clubs, ClubDetailPK> Clubs.ACTIVE_DETAILThe columnclubs.clb_activedetailid.Clubs.CLUBThe columnclubs.clb_clubid.final org.jooq.TableField<Clubs, ClubDetailPK> Clubs.LAST_DETAILThe columnclubs.clb_lastdetailid.Methods in com.echothree.model.jooq.server.tables.club that return types with arguments of type ClubsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Clubs> Clubs.getPrimaryKey()Clubs.getRecordType()The class holding records for this typeClubs.getReferences()Clubs.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.club with type arguments of type ClubsModifierConstructorDescriptionClubs(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Clubs> childPath, org.jooq.InverseForeignKey<O, Clubs> parentPath) Clubs(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Clubs> childPath, org.jooq.InverseForeignKey<O, Clubs> parentPath) ClubsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Clubs> childPath, org.jooq.InverseForeignKey<O, Clubs> parentPath) ClubsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Clubs> childPath, org.jooq.InverseForeignKey<O, Clubs> parentPath)