Uses of Class
com.echothree.model.jooq.server.records.party.PartyCompanies
Packages that use PartyCompanies
Package
Description
-
Uses of PartyCompanies in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PartyCompaniesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartyCompanies> PartyUniqueKeys.PARTY_COMPANIES_PARTY_AND_THRU_TIME_UKstatic final org.jooq.UniqueKey<PartyCompanies> PartyUniqueKeys.PARTY_COMPANIES_PARTY_COMPANY_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyCompanies, Parties> PartyForeignKeys.PARTY_COMPANIES_PARTY_FKstatic final org.jooq.UniqueKey<PartyCompanies> PartyUniqueKeys.PARTY_COMPANIES_PK -
Uses of PartyCompanies in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyCompaniesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyCompanies, Long> PartyCompanies.FROM_TIMEThe columnpartycompanies.pcomp_fromtime.final org.jooq.TableField<PartyCompanies, Boolean> PartyCompanies.IS_DEFAULTThe columnpartycompanies.pcomp_isdefault.final org.jooq.TableField<PartyCompanies, PartyPK> PartyCompanies.PARTYThe columnpartycompanies.pcomp_par_partyid.final org.jooq.TableField<PartyCompanies, PartyCompanyPK> PartyCompanies.PARTY_COMPANYThe columnpartycompanies.pcomp_partycompanyid.final org.jooq.TableField<PartyCompanies, String> PartyCompanies.PARTY_COMPANY_NAMEThe columnpartycompanies.pcomp_partycompanyname.final org.jooq.TableField<PartyCompanies, Integer> PartyCompanies.SORT_ORDERThe columnpartycompanies.pcomp_sortorder.final org.jooq.TableField<PartyCompanies, Long> PartyCompanies.THRU_TIMEThe columnpartycompanies.pcomp_thrutime.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PartyCompaniesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyCompanies> PartyCompanies.getPrimaryKey()PartyCompanies.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyCompanies, ?>> PartyCompanies.getReferences()List<org.jooq.UniqueKey<PartyCompanies>> PartyCompanies.getUniqueKeys()