Class HistoricJPAEntityVariableType

java.lang.Object
org.flowable.variable.service.impl.types.JPAEntityVariableType
org.flowable.variable.service.impl.types.HistoricJPAEntityVariableType
All Implemented Interfaces:
VariableType, CacheableVariable

public class HistoricJPAEntityVariableType extends JPAEntityVariableType
Subclass of JPAEntityVariableType which is cacheable, unlike the super-class. This is used when fetching historic variables
Author:
Frederik Heremans