Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.db
Interface DBFactory


public interface DBFactory


Method Summary
 DB getDB()
           
 DB getDB(Object dialect)
           
 DB getDB(String type)
           
 void setDB(Object dialect)
           
 void setDB(String type)
           
 

Method Detail

getDB

DB getDB()

getDB

DB getDB(Object dialect)

getDB

DB getDB(String type)

setDB

void setDB(Object dialect)

setDB

void setDB(String type)

Liferay 6.1.2-ce-ga3