public abstract class AbstractEntityOperationHandler<T extends org.camunda.bpm.engine.impl.db.DbEntity> extends Object implements EntityOperationHandler<T>
| Constructor and Description |
|---|
AbstractEntityOperationHandler() |
| Modifier and Type | Method and Description |
|---|---|
T |
getEntityById(CassandraPersistenceSession cassandraPersistenceSession,
String id) |
protected abstract Class<T> |
getEntityType() |
protected abstract String |
getTableName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, insert, updatepublic T getEntityById(CassandraPersistenceSession cassandraPersistenceSession, String id)
getEntityById in interface EntityOperationHandler<T extends org.camunda.bpm.engine.impl.db.DbEntity>protected abstract String getTableName()
Copyright © 2016 camunda services GmbH. All rights reserved.