Liferay 7.0-ce-a2

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, DataSource dataSource)
           
 DB getDB(String type, DataSource dataSource)
           
 void setDB(Object dialect, DataSource dataSource)
           
 void setDB(String type, DataSource dataSource)
           
 
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,
                DataSource dataSource)
Specified by:
getDB in interface DBFactory

getDB

public DB getDB(String type,
                DataSource dataSource)
Specified by:
getDB in interface DBFactory

setDB

public void setDB(Object dialect,
                  DataSource dataSource)
Specified by:
setDB in interface DBFactory

setDB

public void setDB(String type,
                  DataSource dataSource)
Specified by:
setDB in interface DBFactory

Liferay 7.0-ce-a2