Liferay 7.0-ce-a3

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 This package defines the portal service persistence implementation base classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
 

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

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

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. As of 6.1.0, replaced by DBFactoryUtil.getDB()
 


Liferay 7.0-ce-a3