Class HistoricJPAEntityListVariableType

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

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