Class DataObjectInstanceVariableContainerEntitySessionFactory
- java.lang.Object
-
- com.flowable.dataobject.engine.impl.runtime.datasource.DataObjectInstanceVariableContainerEntitySessionFactory
-
- All Implemented Interfaces:
SessionFactory
public class DataObjectInstanceVariableContainerEntitySessionFactory extends Object implements SessionFactory
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description DataObjectInstanceVariableContainerEntitySessionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getSessionType()
Session
openSession(CommandContext commandContext)
-
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionType
in interfaceSessionFactory
-
openSession
public Session openSession(CommandContext commandContext)
- Specified by:
openSession
in interfaceSessionFactory
-
-