Uses of Class
com.echothree.model.jooq.server.records.security.PartySecurityRoles
Packages that use PartySecurityRoles
Package
Description
-
Uses of PartySecurityRoles in com.echothree.model.jooq.server.keys.security
Fields in com.echothree.model.jooq.server.keys.security with type parameters of type PartySecurityRolesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartySecurityRoles> SecurityUniqueKeys.PARTY_SECURITY_ROLES_PARTY_AND_SECURITY_ROLE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartySecurityRoles, Parties> SecurityForeignKeys.PARTY_SECURITY_ROLES_PARTY_FKstatic final org.jooq.UniqueKey<PartySecurityRoles> SecurityUniqueKeys.PARTY_SECURITY_ROLES_PKstatic final org.jooq.ForeignKey<PartySecurityRoles, SecurityRoles> SecurityForeignKeys.PARTY_SECURITY_ROLES_SECURITY_ROLE_FK -
Uses of PartySecurityRoles in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type PartySecurityRolesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartySecurityRoles, Long> PartySecurityRoles.FROM_TIMEThe columnpartysecurityroles.psrol_fromtime.final org.jooq.TableField<PartySecurityRoles, PartyPK> PartySecurityRoles.PARTYThe columnpartysecurityroles.psrol_par_partyid.final org.jooq.TableField<PartySecurityRoles, PartySecurityRolePK> PartySecurityRoles.PARTY_SECURITY_ROLEThe columnpartysecurityroles.psrol_partysecurityroleid.final org.jooq.TableField<PartySecurityRoles, SecurityRolePK> PartySecurityRoles.SECURITY_ROLEThe columnpartysecurityroles.psrol_srol_securityroleid.final org.jooq.TableField<PartySecurityRoles, Long> PartySecurityRoles.THRU_TIMEThe columnpartysecurityroles.psrol_thrutime.Methods in com.echothree.model.jooq.server.tables.security that return types with arguments of type PartySecurityRolesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartySecurityRoles> PartySecurityRoles.getPrimaryKey()PartySecurityRoles.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartySecurityRoles, ?>> PartySecurityRoles.getReferences()List<org.jooq.UniqueKey<PartySecurityRoles>> PartySecurityRoles.getUniqueKeys()