Uses of Class
com.echothree.model.jooq.server.records.party.PartyAliases
Packages that use PartyAliases
Package
Description
-
Uses of PartyAliases in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PartyAliasesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartyAliases> PartyUniqueKeys.PARTY_ALIASES_PARTY_ALIAS_TYPE_AND_ALIAS_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyAliases, PartyAliasTypes> PartyForeignKeys.PARTY_ALIASES_PARTY_ALIAS_TYPE_FKstatic final org.jooq.UniqueKey<PartyAliases> PartyUniqueKeys.PARTY_ALIASES_PARTY_AND_PARTY_ALIAS_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyAliases, Parties> PartyForeignKeys.PARTY_ALIASES_PARTY_FKstatic final org.jooq.UniqueKey<PartyAliases> PartyUniqueKeys.PARTY_ALIASES_PK -
Uses of PartyAliases in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyAliasesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyAliases, String> PartyAliases.ALIASThe columnpartyaliases.pal_alias.final org.jooq.TableField<PartyAliases, Long> PartyAliases.FROM_TIMEThe columnpartyaliases.pal_fromtime.final org.jooq.TableField<PartyAliases, PartyPK> PartyAliases.PARTYThe columnpartyaliases.pal_par_partyid.final org.jooq.TableField<PartyAliases, PartyAliasPK> PartyAliases.PARTY_ALIASThe columnpartyaliases.pal_partyaliasid.final org.jooq.TableField<PartyAliases, PartyAliasTypePK> PartyAliases.PARTY_ALIAS_TYPEThe columnpartyaliases.pal_pat_partyaliastypeid.final org.jooq.TableField<PartyAliases, Long> PartyAliases.THRU_TIMEThe columnpartyaliases.pal_thrutime.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PartyAliasesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyAliases> PartyAliases.getPrimaryKey()PartyAliases.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyAliases, ?>> PartyAliases.getReferences()List<org.jooq.UniqueKey<PartyAliases>> PartyAliases.getUniqueKeys()