public class UserAccountEntityManagerImpl extends AbstractIdmEngineEntityManager<UserAccountEntity,UserAccountDataManager> implements UserAccountEntityManager
engineConfiguration
dataManager, engineType
Constructor and Description |
---|
UserAccountEntityManagerImpl(CoreIdmEngineConfiguration idmEngineConfiguration,
UserAccountDataManager userAccountDataManager) |
Modifier and Type | Method and Description |
---|---|
UserAccountEntity |
create() |
UserAccountQuery |
createNewUserAccountQuery() |
void |
deleteByUserId(String userId) |
List<UserAccount> |
findUserAccountByQueryCriteria(UserAccountQuery query) |
long |
findUserAccountCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findUserAccountCountByQueryCriteria(UserAccountQuery query) |
List<UserAccountEntity> |
findUserAccountsByNativeQuery(Map<String,Object> parameterMap) |
createEntityEvent
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcher
delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
public UserAccountEntityManagerImpl(CoreIdmEngineConfiguration idmEngineConfiguration, UserAccountDataManager userAccountDataManager)
public UserAccountEntity create()
create
in interface EntityManager<UserAccountEntity>
create
in class AbstractEntityManager<UserAccountEntity,UserAccountDataManager>
public List<UserAccount> findUserAccountByQueryCriteria(UserAccountQuery query)
findUserAccountByQueryCriteria
in interface UserAccountEntityManager
public long findUserAccountCountByQueryCriteria(UserAccountQuery query)
findUserAccountCountByQueryCriteria
in interface UserAccountEntityManager
public UserAccountQuery createNewUserAccountQuery()
createNewUserAccountQuery
in interface UserAccountEntityManager
public List<UserAccountEntity> findUserAccountsByNativeQuery(Map<String,Object> parameterMap)
findUserAccountsByNativeQuery
in interface UserAccountEntityManager
public long findUserAccountCountByNativeQuery(Map<String,Object> parameterMap)
findUserAccountCountByNativeQuery
in interface UserAccountEntityManager
public void deleteByUserId(String userId)
deleteByUserId
in interface UserAccountEntityManager