Interface UserAccountEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<UserAccountEntity>
- All Known Implementing Classes:
UserAccountEntityManagerImpl
public interface UserAccountEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<UserAccountEntity>
- 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) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
findByIds
-
findUserAccountByQueryCriteria
-
findUserAccountCountByQueryCriteria
-
createNewUserAccountQuery
UserAccountQuery createNewUserAccountQuery() -
findUserAccountsByNativeQuery
-
findUserAccountCountByNativeQuery
-
deleteByUserId
-