Interface UserAccountEntityManager
- All Superinterfaces:
EntityManager<UserAccountEntity>
- All Known Implementing Classes:
UserAccountEntityManagerImpl
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteByUserId
(String userId) findByIds
(Collection<String> userAccountIds) long
findUserAccountCountByNativeQuery
(Map<String, Object> parameterMap) long
findUserAccountsByNativeQuery
(Map<String, Object> parameterMap)
-
Method Details
-
findByIds
-
findUserAccountByQueryCriteria
-
findUserAccountCountByQueryCriteria
-
createNewUserAccountQuery
UserAccountQuery createNewUserAccountQuery() -
findUserAccountsByNativeQuery
-
findUserAccountCountByNativeQuery
-
deleteByUserId
-