Liferay 6.1.2-ce-ga3

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

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

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

Classes in com.liferay.portal.dao.db that implement DBFactory
 class DBFactoryImpl
           
 

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

Methods in com.liferay.portal.kernel.dao.db that return DBFactory
static DBFactory DBFactoryUtil.getDBFactory()
           
 

Methods in com.liferay.portal.kernel.dao.db with parameters of type DBFactory
static void DBFactoryUtil.setDBFactory(DBFactory dbFactory)
           
 


Liferay 6.1.2-ce-ga3