| Package | Description |
|---|---|
| org.activiti.dmn.engine.impl.db | |
| org.activiti.dmn.engine.impl.persistence.entity | |
| org.activiti.dmn.engine.impl.persistence.entity.data |
| Modifier and Type | Method and Description |
|---|---|
<T extends Entity> |
DbSqlSession.selectById(Class<T> entityClass,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
DbSqlSession.delete(Entity entity) |
String |
DbSqlSessionFactory.getInsertStatement(Entity object) |
String |
DbSqlSessionFactory.getUpdateStatement(Entity object) |
void |
DbSqlSession.insert(Entity entity) |
void |
DbSqlSession.update(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
String |
DbSqlSessionFactory.getInsertStatement(Class<? extends Entity> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityManager<EntityImpl extends Entity> |
interface |
EntityManager<EntityImpl extends Entity> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DecisionTableEntity |
interface |
DmnDeploymentEntity |
interface |
ResourceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionTableEntityImpl |
class |
DmnDeploymentEntityImpl |
class |
ResourceEntityImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataManager<EntityImpl extends Entity> |
interface |
DataManager<EntityImpl extends Entity> |
Copyright © 2017 Alfresco. All rights reserved.