Interface UserAccountDataManager
- All Superinterfaces:
DataManager<UserAccountEntity>
- All Known Implementing Classes:
MybatisUserAccountDataManager
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByUserId(String userId) findByIds(Collection<String> userAccountIds) longfindUserAccountCountByNativeQuery(Map<String, Object> parameterMap) longfindUserAccountsByNativeQuery(Map<String, Object> parameterMap)
-
Method Details
-
findByIds
-
findUserAccountsByQueryCriteria
-
findUserAccountCountByQueryCriteria
-
findUserAccountsByNativeQuery
-
findUserAccountCountByNativeQuery
-
deleteByUserId
-