Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.dao.db
Class DBManagerImpl

java.lang.Object
  extended by com.liferay.portal.dao.db.DBManagerImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.db.DBManager

public class DBManagerImpl
extends Object
implements com.liferay.portal.kernel.dao.db.DBManager


Constructor Summary
DBManagerImpl()
           
 
Method Summary
 com.liferay.portal.kernel.dao.db.DB getDB()
           
 com.liferay.portal.kernel.dao.db.DB getDB(com.liferay.portal.kernel.dao.db.DBType dbType, DataSource dataSource)
           
 com.liferay.portal.kernel.dao.db.DBType getDBType(Object dialect)
           
 void setDB(com.liferay.portal.kernel.dao.db.DB db)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBManagerImpl

public DBManagerImpl()
Method Detail

getDB

public com.liferay.portal.kernel.dao.db.DB getDB()
Specified by:
getDB in interface com.liferay.portal.kernel.dao.db.DBManager

getDB

public com.liferay.portal.kernel.dao.db.DB getDB(com.liferay.portal.kernel.dao.db.DBType dbType,
                                                 DataSource dataSource)
Specified by:
getDB in interface com.liferay.portal.kernel.dao.db.DBManager

getDBType

public com.liferay.portal.kernel.dao.db.DBType getDBType(Object dialect)
Specified by:
getDBType in interface com.liferay.portal.kernel.dao.db.DBManager

setDB

public void setDB(com.liferay.portal.kernel.dao.db.DB db)
Specified by:
setDB in interface com.liferay.portal.kernel.dao.db.DBManager

Liferay 7.0-ce-b7 portal-impl