Uses of Class
com.echothree.model.jooq.server.records.security.PartySecurityRoleTemplateRoles
Packages that use PartySecurityRoleTemplateRoles
Package
Description
-
Uses of PartySecurityRoleTemplateRoles in com.echothree.model.jooq.server.keys.security
Fields in com.echothree.model.jooq.server.keys.security with type parameters of type PartySecurityRoleTemplateRolesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartySecurityRoleTemplateRoles> SecurityUniqueKeys.PARTY_SECURITY_ROLE_TEMPLATE_ROLES_PARTY_SECURITY_ROLE_TEMPLATE_AND_SECURITY_ROLE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateRoles, PartySecurityRoleTemplates> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_ROLES_PARTY_SECURITY_ROLE_TEMPLATE_FKstatic final org.jooq.UniqueKey<PartySecurityRoleTemplateRoles> SecurityUniqueKeys.PARTY_SECURITY_ROLE_TEMPLATE_ROLES_PKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateRoles, SecurityRoles> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_ROLES_SECURITY_ROLE_FK -
Uses of PartySecurityRoleTemplateRoles in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type PartySecurityRoleTemplateRolesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartySecurityRoleTemplateRoles, Long> PartySecurityRoleTemplateRoles.FROM_TIMEThe columnpartysecurityroletemplateroles.psrtr_fromtime.final org.jooq.TableField<PartySecurityRoleTemplateRoles, PartySecurityRoleTemplatePK> PartySecurityRoleTemplateRoles.PARTY_SECURITY_ROLE_TEMPLATEThe columnpartysecurityroletemplateroles.psrtr_psrt_partysecurityroletemplateid.final org.jooq.TableField<PartySecurityRoleTemplateRoles, PartySecurityRoleTemplateRolePK> PartySecurityRoleTemplateRoles.PARTY_SECURITY_ROLE_TEMPLATE_ROLEThe columnpartysecurityroletemplateroles.psrtr_partysecurityroletemplateroleid.final org.jooq.TableField<PartySecurityRoleTemplateRoles, SecurityRolePK> PartySecurityRoleTemplateRoles.SECURITY_ROLEThe columnpartysecurityroletemplateroles.psrtr_srol_securityroleid.final org.jooq.TableField<PartySecurityRoleTemplateRoles, Long> PartySecurityRoleTemplateRoles.THRU_TIMEThe columnpartysecurityroletemplateroles.psrtr_thrutime.Methods in com.echothree.model.jooq.server.tables.security that return types with arguments of type PartySecurityRoleTemplateRolesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartySecurityRoleTemplateRoles> PartySecurityRoleTemplateRoles.getPrimaryKey()PartySecurityRoleTemplateRoles.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartySecurityRoleTemplateRoles, ?>> PartySecurityRoleTemplateRoles.getReferences()List<org.jooq.UniqueKey<PartySecurityRoleTemplateRoles>> PartySecurityRoleTemplateRoles.getUniqueKeys()