com.liferay.portal.dao.jdbc
Class CurrentConnectionImpl

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

public class CurrentConnectionImpl
extends java.lang.Object
implements com.liferay.portal.kernel.dao.jdbc.CurrentConnection

Author:
Shuyang Zhou

Constructor Summary
CurrentConnectionImpl()
           
 
Method Summary
 java.sql.Connection getConnection(javax.sql.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 java.sql.Connection getConnection(javax.sql.DataSource dataSource)
Specified by:
getConnection in interface com.liferay.portal.kernel.dao.jdbc.CurrentConnection