Uses of Class
com.echothree.model.jooq.server.records.security.PartySecurityRoleTemplateDescriptions
Packages that use PartySecurityRoleTemplateDescriptions
Package
Description
-
Uses of PartySecurityRoleTemplateDescriptions in com.echothree.model.jooq.server.keys.security
Fields in com.echothree.model.jooq.server.keys.security with type parameters of type PartySecurityRoleTemplateDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateDescriptions, Languages> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<PartySecurityRoleTemplateDescriptions> SecurityUniqueKeys.PARTY_SECURITY_ROLE_TEMPLATE_DESCRIPTIONS_PARTY_SECURITY_ROLE_TEMPLATE_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartySecurityRoleTemplateDescriptions, PartySecurityRoleTemplates> SecurityForeignKeys.PARTY_SECURITY_ROLE_TEMPLATE_DESCRIPTIONS_PARTY_SECURITY_ROLE_TEMPLATE_FKstatic final org.jooq.UniqueKey<PartySecurityRoleTemplateDescriptions> SecurityUniqueKeys.PARTY_SECURITY_ROLE_TEMPLATE_DESCRIPTIONS_PK -
Uses of PartySecurityRoleTemplateDescriptions in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type PartySecurityRoleTemplateDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartySecurityRoleTemplateDescriptions, String> PartySecurityRoleTemplateDescriptions.DESCRIPTIONThe columnpartysecurityroletemplatedescriptions.psrtd_description.final org.jooq.TableField<PartySecurityRoleTemplateDescriptions, Long> PartySecurityRoleTemplateDescriptions.FROM_TIMEThe columnpartysecurityroletemplatedescriptions.psrtd_fromtime.final org.jooq.TableField<PartySecurityRoleTemplateDescriptions, LanguagePK> PartySecurityRoleTemplateDescriptions.LANGUAGEThe columnpartysecurityroletemplatedescriptions.psrtd_lang_languageid.final org.jooq.TableField<PartySecurityRoleTemplateDescriptions, PartySecurityRoleTemplatePK> PartySecurityRoleTemplateDescriptions.PARTY_SECURITY_ROLE_TEMPLATEThe columnpartysecurityroletemplatedescriptions.psrtd_psrt_partysecurityroletemplateid.final org.jooq.TableField<PartySecurityRoleTemplateDescriptions, PartySecurityRoleTemplateDescriptionPK> PartySecurityRoleTemplateDescriptions.PARTY_SECURITY_ROLE_TEMPLATE_DESCRIPTIONThe columnpartysecurityroletemplatedescriptions.psrtd_partysecurityroletemplatedescriptionid.final org.jooq.TableField<PartySecurityRoleTemplateDescriptions, Long> PartySecurityRoleTemplateDescriptions.THRU_TIMEThe columnpartysecurityroletemplatedescriptions.psrtd_thrutime.Methods in com.echothree.model.jooq.server.tables.security that return types with arguments of type PartySecurityRoleTemplateDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartySecurityRoleTemplateDescriptions> PartySecurityRoleTemplateDescriptions.getPrimaryKey()PartySecurityRoleTemplateDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartySecurityRoleTemplateDescriptions, ?>> PartySecurityRoleTemplateDescriptions.getReferences()List<org.jooq.UniqueKey<PartySecurityRoleTemplateDescriptions>> PartySecurityRoleTemplateDescriptions.getUniqueKeys()