Uses of Class
com.echothree.model.jooq.server.records.term.PartyTerms
Packages that use PartyTerms
Package
Description
-
Uses of PartyTerms in com.echothree.model.jooq.server.keys.term
Fields in com.echothree.model.jooq.server.keys.term with type parameters of type PartyTermsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartyTerms> TermUniqueKeys.PARTY_TERMS_PARTY_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyTerms, Parties> TermForeignKeys.PARTY_TERMS_PARTY_FKstatic final org.jooq.UniqueKey<PartyTerms> TermUniqueKeys.PARTY_TERMS_PKstatic final org.jooq.ForeignKey<PartyTerms, Terms> TermForeignKeys.PARTY_TERMS_TERM_FK -
Uses of PartyTerms in com.echothree.model.jooq.server.tables.term
Fields in com.echothree.model.jooq.server.tables.term with type parameters of type PartyTermsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyTerms, Long> PartyTerms.FROM_TIMEThe columnpartyterms.ptrm_fromtime.final org.jooq.TableField<PartyTerms, PartyPK> PartyTerms.PARTYThe columnpartyterms.ptrm_par_partyid.final org.jooq.TableField<PartyTerms, PartyTermPK> PartyTerms.PARTY_TERMThe columnpartyterms.ptrm_partytermid.final org.jooq.TableField<PartyTerms, Boolean> PartyTerms.TAXABLEThe columnpartyterms.ptrm_taxable.final org.jooq.TableField<PartyTerms, TermPK> PartyTerms.TERMThe columnpartyterms.ptrm_trm_termid.final org.jooq.TableField<PartyTerms, Long> PartyTerms.THRU_TIMEThe columnpartyterms.ptrm_thrutime.Methods in com.echothree.model.jooq.server.tables.term that return types with arguments of type PartyTermsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyTerms> PartyTerms.getPrimaryKey()PartyTerms.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyTerms, ?>> PartyTerms.getReferences()List<org.jooq.UniqueKey<PartyTerms>> PartyTerms.getUniqueKeys()