Uses of Class
com.echothree.model.jooq.server.records.party.PartyGroups
Packages that use PartyGroups
Package
Description
-
Uses of PartyGroups in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PartyGroupsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartyGroups> PartyUniqueKeys.PARTY_GROUPS_PARTY_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyGroups, Parties> PartyForeignKeys.PARTY_GROUPS_PARTY_FKstatic final org.jooq.UniqueKey<PartyGroups> PartyUniqueKeys.PARTY_GROUPS_PK -
Uses of PartyGroups in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyGroupsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyGroups, Long> PartyGroups.FROM_TIMEThe columnpartygroups.pgp_fromtime.final org.jooq.TableField<PartyGroups, String> PartyGroups.NAMEThe columnpartygroups.pgp_name.final org.jooq.TableField<PartyGroups, PartyPK> PartyGroups.PARTYThe columnpartygroups.pgp_par_partyid.final org.jooq.TableField<PartyGroups, PartyGroupPK> PartyGroups.PARTY_GROUPThe columnpartygroups.pgp_partygroupid.final org.jooq.TableField<PartyGroups, Long> PartyGroups.THRU_TIMEThe columnpartygroups.pgp_thrutime.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PartyGroupsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyGroups> PartyGroups.getPrimaryKey()PartyGroups.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyGroups, ?>> PartyGroups.getReferences()List<org.jooq.UniqueKey<PartyGroups>> PartyGroups.getUniqueKeys()