com.liferay.portal.dao.db
Class DBManagerImpl
java.lang.Object
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
|
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 |
DBManagerImpl
public DBManagerImpl()
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