Interface UserAccountEntityManager
- All Superinterfaces:
EntityManager<UserAccountEntity>
- All Known Implementing Classes:
UserAccountEntityManagerImpl
- 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
-
findUserAccountByQueryCriteria
-
findUserAccountCountByQueryCriteria
-
createNewUserAccountQuery
UserAccountQuery createNewUserAccountQuery() -
findUserAccountsByNativeQuery
-
findUserAccountCountByNativeQuery
-
deleteByUserId
-