com.liferay.portal.dao.db
Class DBFactoryImpl
java.lang.Object
com.liferay.portal.dao.db.DBFactoryImpl
- All Implemented Interfaces:
- DBFactory
public class DBFactoryImpl
- extends Object
- implements DBFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBFactoryImpl
public DBFactoryImpl()
getDB
public DB getDB()
- Specified by:
getDB
in interface DBFactory
getDB
public DB getDB(Object dialect)
- Specified by:
getDB
in interface DBFactory
getDB
public DB getDB(String type)
- Specified by:
getDB
in interface DBFactory
setDB
public void setDB(Object dialect)
- Specified by:
setDB
in interface DBFactory
setDB
public void setDB(String type)
- Specified by:
setDB
in interface DBFactory