Class JPAEntityVariableType

java.lang.Object
org.flowable.variable.service.impl.types.JPAEntityVariableType
All Implemented Interfaces:
VariableType, CacheableVariable
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.
Author:
Frederik Heremans