Liferay 6.1.10-ee-ga1

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

Packages that use DB
com.liferay.portal.kernel.dao.db   
com.liferay.portal.service.persistence.impl   
com.liferay.portal.util   
 

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

Methods in com.liferay.portal.kernel.dao.db that return DB
static DB DBFactoryUtil.getDB()
           
 DB DBFactory.getDB()
           
static DB DBFactoryUtil.getDB(Object dialect)
           
 DB DBFactory.getDB(Object dialect)
           
static DB DBFactoryUtil.getDB(String type)
           
 DB DBFactory.getDB(String type)
           
 

Uses of DB in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return DB
 DB BasePersistenceImpl.getDB()
           
 

Uses of DB in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return DB
static DB PortalUtil.getDB()
          Deprecated. DBFactoryUtil.getDB()
 


Liferay 6.1.10-ee-ga1