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

    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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getSessionType

      public java.lang.Class<?> getSessionType()
      Specified by:
      getSessionType in interface org.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 interface org.flowable.common.engine.impl.interceptor.SessionFactory