com.liferay.portal.dao.db
Class DBManagerImpl
java.lang.Object
com.liferay.portal.dao.db.DBManagerImpl
- All Implemented Interfaces:
- DBManager
public class DBManagerImpl
- extends Object
- implements DBManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBManagerImpl
public DBManagerImpl()
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