Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.jdbc
Class CurrentConnectionUtil

java.lang.Object
  extended by com.liferay.portal.kernel.dao.jdbc.CurrentConnectionUtil

public class CurrentConnectionUtil
extends Object


Constructor Summary
CurrentConnectionUtil()
           
 
Method Summary
static Connection getConnection(DataSource dataSource)
           
static CurrentConnection getCurrentConnection()
           
 void setCurrentConnection(CurrentConnection currentConnection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentConnectionUtil

public CurrentConnectionUtil()
Method Detail

getConnection

public static Connection getConnection(DataSource dataSource)

getCurrentConnection

public static CurrentConnection getCurrentConnection()

setCurrentConnection

public void setCurrentConnection(CurrentConnection currentConnection)

Liferay 6.1.2-ce-ga3