Uses of Class
com.echothree.model.jooq.server.records.security.PartyEntitySecurityRoles
Packages that use PartyEntitySecurityRoles
Package
Description
-
Uses of PartyEntitySecurityRoles in com.echothree.model.jooq.server.keys.security
Fields in com.echothree.model.jooq.server.keys.security with type parameters of type PartyEntitySecurityRolesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyEntitySecurityRoles, EntityInstances> SecurityForeignKeys.PARTY_ENTITY_SECURITY_ROLES_ENTITY_INSTANCE_FKstatic final org.jooq.UniqueKey<PartyEntitySecurityRoles> SecurityUniqueKeys.PARTY_ENTITY_SECURITY_ROLES_PARTY_AND_ENTITY_INSTANCE_AND_SECURITY_ROLE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyEntitySecurityRoles, Parties> SecurityForeignKeys.PARTY_ENTITY_SECURITY_ROLES_PARTY_FKstatic final org.jooq.UniqueKey<PartyEntitySecurityRoles> SecurityUniqueKeys.PARTY_ENTITY_SECURITY_ROLES_PKstatic final org.jooq.ForeignKey<PartyEntitySecurityRoles, SecurityRoles> SecurityForeignKeys.PARTY_ENTITY_SECURITY_ROLES_SECURITY_ROLE_FK -
Uses of PartyEntitySecurityRoles in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type PartyEntitySecurityRolesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyEntitySecurityRoles, EntityInstancePK> PartyEntitySecurityRoles.ENTITY_INSTANCEThe columnpartyentitysecurityroles.pensrol_eni_entityinstanceid.final org.jooq.TableField<PartyEntitySecurityRoles, Long> PartyEntitySecurityRoles.FROM_TIMEThe columnpartyentitysecurityroles.pensrol_fromtime.final org.jooq.TableField<PartyEntitySecurityRoles, PartyPK> PartyEntitySecurityRoles.PARTYThe columnpartyentitysecurityroles.pensrol_par_partyid.final org.jooq.TableField<PartyEntitySecurityRoles, PartyEntitySecurityRolePK> PartyEntitySecurityRoles.PARTY_ENTITY_SECURITY_ROLEThe columnpartyentitysecurityroles.pensrol_partyentitysecurityroleid.final org.jooq.TableField<PartyEntitySecurityRoles, SecurityRolePK> PartyEntitySecurityRoles.SECURITY_ROLEThe columnpartyentitysecurityroles.pensrol_srol_securityroleid.final org.jooq.TableField<PartyEntitySecurityRoles, Long> PartyEntitySecurityRoles.THRU_TIMEThe columnpartyentitysecurityroles.pensrol_thrutime.Methods in com.echothree.model.jooq.server.tables.security that return types with arguments of type PartyEntitySecurityRolesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyEntitySecurityRoles> PartyEntitySecurityRoles.getPrimaryKey()PartyEntitySecurityRoles.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyEntitySecurityRoles, ?>> PartyEntitySecurityRoles.getReferences()List<org.jooq.UniqueKey<PartyEntitySecurityRoles>> PartyEntitySecurityRoles.getUniqueKeys()