Uses of Class
com.echothree.model.jooq.server.records.party.PartyRelationships
Packages that use PartyRelationships
Package
Description
-
Uses of PartyRelationships in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type PartyRelationshipsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyRelationships, Parties> PartyForeignKeys.PARTY_RELATIONSHIPS_FROM_PARTY_FKstatic final org.jooq.ForeignKey<PartyRelationships, RoleTypes> PartyForeignKeys.PARTY_RELATIONSHIPS_FROM_ROLE_TYPE_FKstatic final org.jooq.UniqueKey<PartyRelationships> PartyUniqueKeys.PARTY_RELATIONSHIPS_PARTY_RELATIONSHIP_TYPE_AND_FROM_PARTY_AND_FROM_ROLE_TYPE_AND_TO_PARTY_AND_TO_ROLE_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyRelationships, PartyRelationshipTypes> PartyForeignKeys.PARTY_RELATIONSHIPS_PARTY_RELATIONSHIP_TYPE_FKstatic final org.jooq.UniqueKey<PartyRelationships> PartyUniqueKeys.PARTY_RELATIONSHIPS_PKstatic final org.jooq.ForeignKey<PartyRelationships, Parties> PartyForeignKeys.PARTY_RELATIONSHIPS_TO_PARTY_FKstatic final org.jooq.ForeignKey<PartyRelationships, RoleTypes> PartyForeignKeys.PARTY_RELATIONSHIPS_TO_ROLE_TYPE_FK -
Uses of PartyRelationships in com.echothree.model.jooq.server.keys.user
Fields in com.echothree.model.jooq.server.keys.user with type parameters of type PartyRelationshipsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<UserKeyDetails, PartyRelationships> UserForeignKeys.USER_KEY_DETAILS_PARTY_RELATIONSHIP_FKstatic final org.jooq.ForeignKey<UserSessions, PartyRelationships> UserForeignKeys.USER_SESSIONS_PARTY_RELATIONSHIP_FK -
Uses of PartyRelationships in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyRelationshipsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyRelationships, PartyPK> PartyRelationships.FROM_PARTYThe columnpartyrelationships.prel_frompartyid.final org.jooq.TableField<PartyRelationships, RoleTypePK> PartyRelationships.FROM_ROLE_TYPEThe columnpartyrelationships.prel_fromroletypeid.final org.jooq.TableField<PartyRelationships, Long> PartyRelationships.FROM_TIMEThe columnpartyrelationships.prel_fromtime.final org.jooq.TableField<PartyRelationships, PartyRelationshipPK> PartyRelationships.PARTY_RELATIONSHIPThe columnpartyrelationships.prel_partyrelationshipid.final org.jooq.TableField<PartyRelationships, PartyRelationshipTypePK> PartyRelationships.PARTY_RELATIONSHIP_TYPEThe columnpartyrelationships.prel_prt_partyrelationshiptypeid.final org.jooq.TableField<PartyRelationships, Long> PartyRelationships.THRU_TIMEThe columnpartyrelationships.prel_thrutime.final org.jooq.TableField<PartyRelationships, PartyPK> PartyRelationships.TO_PARTYThe columnpartyrelationships.prel_topartyid.final org.jooq.TableField<PartyRelationships, RoleTypePK> PartyRelationships.TO_ROLE_TYPEThe columnpartyrelationships.prel_toroletypeid.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type PartyRelationshipsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyRelationships> PartyRelationships.getPrimaryKey()PartyRelationships.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyRelationships, ?>> PartyRelationships.getReferences()List<org.jooq.UniqueKey<PartyRelationships>> PartyRelationships.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.party with type arguments of type PartyRelationshipsModifierConstructorDescriptionPartyRelationships(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyRelationships> childPath, org.jooq.InverseForeignKey<O, PartyRelationships> parentPath) PartyRelationships(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyRelationships> childPath, org.jooq.InverseForeignKey<O, PartyRelationships> parentPath) PartyRelationshipsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyRelationships> childPath, org.jooq.InverseForeignKey<O, PartyRelationships> parentPath) PartyRelationshipsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyRelationships> childPath, org.jooq.InverseForeignKey<O, PartyRelationships> parentPath)