org.camunda.bpm.engine.impl.db.entitymanager
Class DbEntityManagerFactory

java.lang.Object
  extended by org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManagerFactory
All Implemented Interfaces:
SessionFactory

public class DbEntityManagerFactory
extends Object
implements SessionFactory

Author:
Sebastian Menski

Field Summary
protected  IdGenerator idGenerator
           
 
Constructor Summary
DbEntityManagerFactory(IdGenerator idGenerator)
           
 
Method Summary
 Class<?> getSessionType()
           
 DbEntityManager openSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idGenerator

protected IdGenerator idGenerator
Constructor Detail

DbEntityManagerFactory

public DbEntityManagerFactory(IdGenerator idGenerator)
Method Detail

getSessionType

public Class<?> getSessionType()
Specified by:
getSessionType in interface SessionFactory

openSession

public DbEntityManager openSession()
Specified by:
openSession in interface SessionFactory


Copyright © 2017 camunda services GmbH. All rights reserved.