Uses of Class
com.echothree.model.jooq.server.records.party.PartyDetails
Packages that use PartyDetails
Package
Description
-
Uses of PartyDetails in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PartyDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<Parties, PartyDetails> PartyForeignKeys.PARTIES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<Parties, PartyDetails> PartyForeignKeys.PARTIES_LAST_DETAIL_FKstatic final org.jooq.ForeignKey<PartyDetails, Parties> PartyForeignKeys.PARTY_DETAILS_PARTY_FKstatic final org.jooq.UniqueKey<PartyDetails> PartyUniqueKeys.PARTY_DETAILS_PARTY_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyDetails, PartyTypes> PartyForeignKeys.PARTY_DETAILS_PARTY_TYPE_FKstatic final org.jooq.UniqueKey<PartyDetails> PartyUniqueKeys.PARTY_DETAILS_PKstatic final org.jooq.ForeignKey<PartyDetails, Currencies> PartyForeignKeys.PARTY_DETAILS_PREFERRED_CURRENCY_FKstatic final org.jooq.ForeignKey<PartyDetails, DateTimeFormats> PartyForeignKeys.PARTY_DETAILS_PREFERRED_DATE_TIME_FORMAT_FKstatic final org.jooq.ForeignKey<PartyDetails, Languages> PartyForeignKeys.PARTY_DETAILS_PREFERRED_LANGUAGE_FKstatic final org.jooq.ForeignKey<PartyDetails, TimeZones> PartyForeignKeys.PARTY_DETAILS_PREFERRED_TIME_ZONE_FK -
Uses of PartyDetails in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyDetails, Long> PartyDetails.FROM_TIMEThe columnpartydetails.pardt_fromtime.final org.jooq.TableField<PartyDetails, PartyPK> PartyDetails.PARTYThe columnpartydetails.pardt_par_partyid.final org.jooq.TableField<PartyDetails, PartyDetailPK> PartyDetails.PARTY_DETAILThe columnpartydetails.pardt_partydetailid.final org.jooq.TableField<PartyDetails, String> PartyDetails.PARTY_NAMEThe columnpartydetails.pardt_partyname.final org.jooq.TableField<PartyDetails, PartyTypePK> PartyDetails.PARTY_TYPEThe columnpartydetails.pardt_ptyp_partytypeid.final org.jooq.TableField<PartyDetails, CurrencyPK> PartyDetails.PREFERRED_CURRENCYThe columnpartydetails.pardt_preferredcurrencyid.final org.jooq.TableField<PartyDetails, DateTimeFormatPK> PartyDetails.PREFERRED_DATE_TIME_FORMATThe columnpartydetails.pardt_preferreddatetimeformatid.final org.jooq.TableField<PartyDetails, LanguagePK> PartyDetails.PREFERRED_LANGUAGEThe columnpartydetails.pardt_preferredlanguageid.final org.jooq.TableField<PartyDetails, TimeZonePK> PartyDetails.PREFERRED_TIME_ZONEThe columnpartydetails.pardt_preferredtimezoneid.final org.jooq.TableField<PartyDetails, Long> PartyDetails.THRU_TIMEThe columnpartydetails.pardt_thrutime.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PartyDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyDetails> PartyDetails.getPrimaryKey()PartyDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyDetails, ?>> PartyDetails.getReferences()List<org.jooq.UniqueKey<PartyDetails>> PartyDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.party with type arguments of type PartyDetailsModifierConstructorDescriptionPartyDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyDetails> childPath, org.jooq.InverseForeignKey<O, PartyDetails> parentPath) PartyDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyDetails> childPath, org.jooq.InverseForeignKey<O, PartyDetails> parentPath) PartyDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyDetails> childPath, org.jooq.InverseForeignKey<O, PartyDetails> parentPath) PartyDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyDetails> childPath, org.jooq.InverseForeignKey<O, PartyDetails> parentPath)