Uses of Interface
org.camunda.bpm.engine.impl.db.entitymanager.Recyclable
-
Packages that use Recyclable Package Description org.camunda.bpm.engine.impl.db.entitymanager.cache org.camunda.bpm.engine.impl.db.entitymanager.operation -
-
Uses of Recyclable in org.camunda.bpm.engine.impl.db.entitymanager.cache
Classes in org.camunda.bpm.engine.impl.db.entitymanager.cache that implement Recyclable Modifier and Type Class Description class
CachedDbEntity
A cached entity -
Uses of Recyclable in org.camunda.bpm.engine.impl.db.entitymanager.operation
Classes in org.camunda.bpm.engine.impl.db.entitymanager.operation that implement Recyclable Modifier and Type Class Description class
DbBulkOperation
A bulk operationclass
DbEntityOperation
An operation on a single DbEntityclass
DbOperation
A database operation.
-