Uses of Class
com.echothree.model.jooq.server.records.party.PartyStatuses
Packages that use PartyStatuses
Package
Description
-
Uses of PartyStatuses in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PartyStatusesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyStatuses, Parties> PartyForeignKeys.PARTY_STATUSES_PARTY_FKstatic final org.jooq.UniqueKey<PartyStatuses> PartyUniqueKeys.PARTY_STATUSES_PARTY_UKstatic final org.jooq.UniqueKey<PartyStatuses> PartyUniqueKeys.PARTY_STATUSES_PK -
Uses of PartyStatuses in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyStatusesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyStatuses, PartyPK> PartyStatuses.PARTYThe columnpartystatuses.parst_par_partyid.final org.jooq.TableField<PartyStatuses, Integer> PartyStatuses.PARTY_CACHED_SEARCH_SEQUENCEThe columnpartystatuses.parst_partycachedsearchsequence.final org.jooq.TableField<PartyStatuses, PartyStatusPK> PartyStatuses.PARTY_STATUSThe columnpartystatuses.parst_partystatusid.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PartyStatusesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyStatuses> PartyStatuses.getPrimaryKey()PartyStatuses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyStatuses, ?>> PartyStatuses.getReferences()List<org.jooq.UniqueKey<PartyStatuses>> PartyStatuses.getUniqueKeys()