org.camunda.bpm.engine.impl.db
Class AbstractDbSession

java.lang.Object
  extended by org.camunda.bpm.engine.impl.db.AbstractDbSession
All Implemented Interfaces:
Session

public abstract class AbstractDbSession
extends Object
implements Session

Author:
Tom Baeyens

Field Summary
protected  DbSqlSession dbSqlSession
           
 
Constructor Summary
AbstractDbSession()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Session
close, flush
 

Field Detail

dbSqlSession

protected DbSqlSession dbSqlSession
Constructor Detail

AbstractDbSession

public AbstractDbSession()


Copyright © 2014 camunda services GmbH. All Rights Reserved.