public interface EntityOperationHandler<T extends org.camunda.bpm.engine.impl.db.DbEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(CassandraPersistenceSession session,
T entity) |
T |
getEntityById(CassandraPersistenceSession cassandraPersistenceSession,
String id) |
void |
insert(CassandraPersistenceSession session,
T entity) |
void |
update(CassandraPersistenceSession session,
T entity) |
void insert(CassandraPersistenceSession session, T entity)
void delete(CassandraPersistenceSession session, T entity)
void update(CassandraPersistenceSession session, T entity)
T getEntityById(CassandraPersistenceSession cassandraPersistenceSession, String id)
Copyright © 2016 camunda services GmbH. All rights reserved.