Interface GroupDataManager
- All Superinterfaces:
DataManager<GroupEntity>
- All Known Implementing Classes:
MybatisGroupDataManager
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionlong
findGroupCountByNativeQuery
(Map<String, Object> parameterMap) long
findGroupsByNativeQuery
(Map<String, Object> parameterMap) findGroupsByPrivilegeId
(String privilegeId) findGroupsByUser
(String userId)
-
Method Details
-
findGroupByQueryCriteria
-
findGroupCountByQueryCriteria
-
findGroupsByUser
-
findGroupsByPrivilegeId
-
findGroupsByNativeQuery
-
findGroupCountByNativeQuery
-