Liferay 7.0-ce-a3

com.liferay.portal.kernel.dao.db
Class DBContext

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.DBContext

public class DBContext
extends Object


Constructor Summary
DBContext()
           
 
Method Summary
 Connection getDataAccess()
           
 DBFactory getDBFactory()
           
 Connection getUpgradeOptimizedConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBContext

public DBContext()
Method Detail

getDataAccess

public Connection getDataAccess()

getDBFactory

public DBFactory getDBFactory()

getUpgradeOptimizedConnection

public Connection getUpgradeOptimizedConnection()

Liferay 7.0-ce-a3