Liferay 6.2-ce-ga5

com.liferay.portal.dao.jdbc
Class CurrentConnectionImpl

java.lang.Object
  extended by com.liferay.portal.dao.jdbc.CurrentConnectionImpl
All Implemented Interfaces:
CurrentConnection

public class CurrentConnectionImpl
extends Object
implements CurrentConnection


Constructor Summary
CurrentConnectionImpl()
           
 
Method Summary
 Connection getConnection(DataSource dataSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentConnectionImpl

public CurrentConnectionImpl()
Method Detail

getConnection

public Connection getConnection(DataSource dataSource)
Specified by:
getConnection in interface CurrentConnection

Liferay 6.2-ce-ga5