public class MybatisTokenDataManager extends AbstractIdmDataManager<TokenEntity> implements TokenDataManager
idmEngineConfigurationMAX_ENTRIES_IN_CLAUSE| Constructor and Description |
|---|
MybatisTokenDataManager(IdmEngineConfiguration idmEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
TokenEntity |
create() |
List<Token> |
findTokenByQueryCriteria(TokenQueryImpl query) |
long |
findTokenCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findTokenCountByQueryCriteria(TokenQueryImpl query) |
List<Token> |
findTokensByNativeQuery(Map<String,Object> parameterMap) |
Class<? extends TokenEntity> |
getManagedEntityClass() |
getIdGeneratorbulkDelete, bulkDeleteEntities, bulkUpdateEntities, createSafeInValuesList, delete, delete, deleteCachedEntities, deleteCachedEntities, executeChangeWithInClause, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updatepublic MybatisTokenDataManager(IdmEngineConfiguration idmEngineConfiguration)
public Class<? extends TokenEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<TokenEntity>public TokenEntity create()
create in interface DataManager<TokenEntity>public List<Token> findTokenByQueryCriteria(TokenQueryImpl query)
findTokenByQueryCriteria in interface TokenDataManagerpublic long findTokenCountByQueryCriteria(TokenQueryImpl query)
findTokenCountByQueryCriteria in interface TokenDataManagerpublic List<Token> findTokensByNativeQuery(Map<String,Object> parameterMap)
findTokensByNativeQuery in interface TokenDataManagerpublic long findTokenCountByNativeQuery(Map<String,Object> parameterMap)
findTokenCountByNativeQuery in interface TokenDataManagerCopyright © 2022 Flowable. All rights reserved.