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