public class MybatisByteArrayDataManager extends AbstractIdmDataManager<IdmByteArrayEntity> implements ByteArrayDataManager
idmEngineConfiguration| Constructor and Description |
|---|
MybatisByteArrayDataManager(IdmEngineConfiguration idmEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
IdmByteArrayEntity |
create() |
void |
deleteByteArrayNoRevisionCheck(String byteArrayEntityId) |
List<IdmByteArrayEntity> |
findAll() |
Class<? extends IdmByteArrayEntity> |
getManagedEntityClass() |
delete, delete, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getListFromCache, getManagedEntitySubClasses, getSession, insert, updatepublic MybatisByteArrayDataManager(IdmEngineConfiguration idmEngineConfiguration)
public IdmByteArrayEntity create()
create in interface DataManager<IdmByteArrayEntity>public Class<? extends IdmByteArrayEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<IdmByteArrayEntity>public List<IdmByteArrayEntity> findAll()
findAll in interface ByteArrayDataManagerpublic void deleteByteArrayNoRevisionCheck(String byteArrayEntityId)
deleteByteArrayNoRevisionCheck in interface ByteArrayDataManagerCopyright © 2017 Flowable. All rights reserved.