Liferay 7.0-ce-b4

com.liferay.portal.dao.db
Class DBManagerImpl

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

public class DBManagerImpl
extends Object
implements DBManager


Constructor Summary
DBManagerImpl()
           
 
Method Summary
 DB getDB()
           
 DB getDB(DBType dbType, DataSource dataSource)
           
 DBType getDBType(Object dialect)
           
 void setDB(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 DB getDB()
Specified by:
getDB in interface DBManager

getDB

public DB getDB(DBType dbType,
                DataSource dataSource)
Specified by:
getDB in interface DBManager

getDBType

public DBType getDBType(Object dialect)
Specified by:
getDBType in interface DBManager

setDB

public void setDB(DB db)
Specified by:
setDB in interface DBManager

Liferay 7.0-ce-b4