Liferay 6.0.5

com.liferay.portal.kernel.dao.db
Class DBFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.DBFactoryUtil

public class DBFactoryUtil
extends Object


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

Constructor Detail

DBFactoryUtil

public DBFactoryUtil()
Method Detail

getDB

public static DB getDB()

getDB

public static DB getDB(Object dialect)

getDB

public static DB getDB(String type)

getDBFactory

public static DBFactory getDBFactory()

setDB

public static void setDB(Object dialect)

setDB

public static void setDB(String type)

setDBFactory

public static void setDBFactory(DBFactory dbFactory)

Liferay 6.0.5