Class JPAEntityVariableType

java.lang.Object
org.activiti.engine.impl.variable.JPAEntityVariableType
All Implemented Interfaces:
CacheableVariable, VariableType
Direct Known Subclasses:
HistoricJPAEntityVariableType

public class JPAEntityVariableType extends Object implements VariableType, CacheableVariable
Variable type capable of storing reference to JPA-entities. Only JPA-Entities which are configured by annotations are supported. Use of compound primary keys is not supported.