Uses of Class
com.echothree.model.jooq.server.records.club.ClubItems
Packages that use ClubItems
Package
Description
-
Uses of ClubItems in com.echothree.model.jooq.server.keys.club
Fields in com.echothree.model.jooq.server.keys.club with type parameters of type ClubItemsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ClubItems> ClubUniqueKeys.CLUB_ITEMS_CLUB_AND_CLUB_ITEM_TYPE_AND_ITEM_AND_THRU_TIME_UKClubForeignKeys.CLUB_ITEMS_CLUB_FKstatic final org.jooq.ForeignKey<ClubItems, ClubItemTypes> ClubForeignKeys.CLUB_ITEMS_CLUB_ITEM_TYPE_FKClubForeignKeys.CLUB_ITEMS_ITEM_FKstatic final org.jooq.UniqueKey<ClubItems> ClubUniqueKeys.CLUB_ITEMS_PK -
Uses of ClubItems in com.echothree.model.jooq.server.tables.club
Fields in com.echothree.model.jooq.server.tables.club with type parameters of type ClubItemsModifier and TypeFieldDescriptionClubItems.CLUBThe columnclubitems.clbitm_clb_clubid.final org.jooq.TableField<ClubItems, ClubItemPK> ClubItems.CLUB_ITEMThe columnclubitems.clbitm_clubitemid.final org.jooq.TableField<ClubItems, ClubItemTypePK> ClubItems.CLUB_ITEM_TYPEThe columnclubitems.clbitm_clbitmtyp_clubitemtypeid.ClubItems.FROM_TIMEThe columnclubitems.clbitm_fromtime.ClubItems.ITEMThe columnclubitems.clbitm_itm_itemid.ClubItems.SUBSCRIPTION_TIMEThe columnclubitems.clbitm_subscriptiontime.ClubItems.THRU_TIMEThe columnclubitems.clbitm_thrutime.Methods in com.echothree.model.jooq.server.tables.club that return types with arguments of type ClubItemsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ClubItems> ClubItems.getPrimaryKey()ClubItems.getRecordType()The class holding records for this typeClubItems.getReferences()ClubItems.getUniqueKeys()