Uses of Class
com.echothree.model.jooq.server.records.security.SecurityRoleDetails
Packages that use SecurityRoleDetails
Package
Description
-
Uses of SecurityRoleDetails in com.echothree.model.jooq.server.keys.security
Fields in com.echothree.model.jooq.server.keys.security with type parameters of type SecurityRoleDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<SecurityRoleDetails> SecurityUniqueKeys.SECURITY_ROLE_DETAILS_PKstatic final org.jooq.UniqueKey<SecurityRoleDetails> SecurityUniqueKeys.SECURITY_ROLE_DETAILS_SECURITY_ROLE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<SecurityRoleDetails, SecurityRoles> SecurityForeignKeys.SECURITY_ROLE_DETAILS_SECURITY_ROLE_FKstatic final org.jooq.UniqueKey<SecurityRoleDetails> SecurityUniqueKeys.SECURITY_ROLE_DETAILS_SECURITY_ROLE_GROUP_AND_SECURITY_ROLE_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<SecurityRoleDetails, SecurityRoleGroups> SecurityForeignKeys.SECURITY_ROLE_DETAILS_SECURITY_ROLE_GROUP_FKstatic final org.jooq.ForeignKey<SecurityRoles, SecurityRoleDetails> SecurityForeignKeys.SECURITY_ROLES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<SecurityRoles, SecurityRoleDetails> SecurityForeignKeys.SECURITY_ROLES_LAST_DETAIL_FK -
Uses of SecurityRoleDetails in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type SecurityRoleDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<SecurityRoleDetails, Long> SecurityRoleDetails.FROM_TIMEThe columnsecurityroledetails.sroldt_fromtime.final org.jooq.TableField<SecurityRoleDetails, Boolean> SecurityRoleDetails.IS_DEFAULTThe columnsecurityroledetails.sroldt_isdefault.final org.jooq.TableField<SecurityRoleDetails, SecurityRolePK> SecurityRoleDetails.SECURITY_ROLEThe columnsecurityroledetails.sroldt_srol_securityroleid.final org.jooq.TableField<SecurityRoleDetails, SecurityRoleDetailPK> SecurityRoleDetails.SECURITY_ROLE_DETAILThe columnsecurityroledetails.sroldt_securityroledetailid.final org.jooq.TableField<SecurityRoleDetails, SecurityRoleGroupPK> SecurityRoleDetails.SECURITY_ROLE_GROUPThe columnsecurityroledetails.sroldt_srg_securityrolegroupid.final org.jooq.TableField<SecurityRoleDetails, String> SecurityRoleDetails.SECURITY_ROLE_NAMEThe columnsecurityroledetails.sroldt_securityrolename.final org.jooq.TableField<SecurityRoleDetails, Integer> SecurityRoleDetails.SORT_ORDERThe columnsecurityroledetails.sroldt_sortorder.final org.jooq.TableField<SecurityRoleDetails, Long> SecurityRoleDetails.THRU_TIMEThe columnsecurityroledetails.sroldt_thrutime.Methods in com.echothree.model.jooq.server.tables.security that return types with arguments of type SecurityRoleDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SecurityRoleDetails> SecurityRoleDetails.getPrimaryKey()SecurityRoleDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<SecurityRoleDetails, ?>> SecurityRoleDetails.getReferences()List<org.jooq.UniqueKey<SecurityRoleDetails>> SecurityRoleDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.security with type arguments of type SecurityRoleDetailsModifierConstructorDescriptionSecurityRoleDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SecurityRoleDetails> childPath, org.jooq.InverseForeignKey<O, SecurityRoleDetails> parentPath) SecurityRoleDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SecurityRoleDetails> childPath, org.jooq.InverseForeignKey<O, SecurityRoleDetails> parentPath) SecurityRoleDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SecurityRoleDetails> childPath, org.jooq.InverseForeignKey<O, SecurityRoleDetails> parentPath) SecurityRoleDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SecurityRoleDetails> childPath, org.jooq.InverseForeignKey<O, SecurityRoleDetails> parentPath)