Liferay 7.0-ce-b4

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()
           
 DBManager getDBManager()
           
 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()

getDBManager

public DBManager getDBManager()

getUpgradeOptimizedConnection

public Connection getUpgradeOptimizedConnection()

Liferay 7.0-ce-b4