| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionEntity |
SecurityRoleFunctionDao.getSecurityRoleFunctionByKey(SecurityRoleFunctionKey securityRoleFunctionKey)
Gets a security role to function mapping by its key.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionEntity |
SecurityRoleFunctionDaoImpl.getSecurityRoleFunctionByKey(SecurityRoleFunctionKey securityRoleFunctionKey) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<SecurityRoleFunctionEntity,Long> |
SecurityRoleFunctionEntity_.id |
static javax.persistence.metamodel.SingularAttribute<SecurityRoleFunctionEntity,SecurityFunctionEntity> |
SecurityRoleFunctionEntity_.securityFunction |
static javax.persistence.metamodel.SingularAttribute<SecurityRoleFunctionEntity,SecurityRoleEntity> |
SecurityRoleFunctionEntity_.securityRole |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionEntity |
SecurityRoleFunctionDaoHelper.getSecurityRoleFunctionEntity(SecurityRoleFunctionKey securityRoleFunctionKey)
Gets a security role to function mapping by its key and makes sure that it exists.
|
Copyright © 2021. All rights reserved.