Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.dao.db.DBManager

Packages that use DBManager
com.liferay.portal.dao.db   
com.liferay.portal.kernel.dao.db   
 

Uses of DBManager in com.liferay.portal.dao.db
 

Classes in com.liferay.portal.dao.db that implement DBManager
 class DBManagerImpl
           
 

Uses of DBManager in com.liferay.portal.kernel.dao.db
 

Methods in com.liferay.portal.kernel.dao.db that return DBManager
static DBManager DBManagerUtil.getDBManager()
           
 DBManager DBContext.getDBManager()
           
 

Methods in com.liferay.portal.kernel.dao.db with parameters of type DBManager
static void DBManagerUtil.setDBManager(DBManager dbManager)
           
 


Liferay 7.0-ce-b4