| Package | Description |
|---|---|
| org.flowable.engine.common.impl.db | |
| org.flowable.engine.common.impl.persistence.entity | |
| org.flowable.engine.common.impl.persistence.entity.data |
| Modifier and Type | Method and Description |
|---|---|
<T extends Entity> |
AbstractDbSqlSession.selectById(Class<T> entityClass,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNonCachingDbSqlSession.delete(Entity entity) |
abstract void |
AbstractDbSqlSession.delete(Entity entity) |
String |
AbstractDbSqlSessionFactory.getInsertStatement(Entity object) |
String |
AbstractDbSqlSessionFactory.getUpdateStatement(Entity object) |
void |
AbstractNonCachingDbSqlSession.insert(Entity entity) |
abstract void |
AbstractDbSqlSession.insert(Entity entity) |
void |
AbstractNonCachingDbSqlSession.update(Entity entity) |
abstract void |
AbstractDbSqlSession.update(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractDbSqlSessionFactory.getInsertStatement(Class<? extends Entity> clazz) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityManager<EntityImpl extends Entity> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntity
Abstract superclass for the common properties of all
Entity implementations. |
class |
AbstractEntityNoRevision
Abstract superclass for the common properties of all
Entity implementations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataManager<EntityImpl extends Entity> |
Copyright © 2017 Flowable. All rights reserved.