Liferay 6.0.5

com.liferay.portal.dao.db
Class DBFactoryImpl

java.lang.Object
  extended by com.liferay.portal.dao.db.DBFactoryImpl
All Implemented Interfaces:
DBFactory

public class DBFactoryImpl
extends Object
implements DBFactory


Constructor Summary
DBFactoryImpl()
           
 
Method Summary
 DB getDB()
           
 DB getDB(Object dialect)
           
 DB getDB(String type)
           
 void setDB(Object dialect)
           
 void setDB(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBFactoryImpl

public DBFactoryImpl()
Method Detail

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

Liferay 6.0.5