Class JPAEntityListVariableType

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

public class JPAEntityListVariableType extends Object implements VariableType, CacheableVariable
Variable type capable of storing a list of reference to JPA-entities. Only JPA-Entities which are configured by annotations are supported. Use of compound primary keys is not supported.
The variable value should be of type List and can only contain objects of the same type.
Author:
Frederik Heremans