Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.dao.jdbc.CurrentConnection

Packages that use CurrentConnection
com.liferay.portal.dao.jdbc   
com.liferay.portal.kernel.dao.jdbc   
 

Uses of CurrentConnection in com.liferay.portal.dao.jdbc
 

Classes in com.liferay.portal.dao.jdbc that implement CurrentConnection
 class CurrentConnectionImpl
           
 

Uses of CurrentConnection in com.liferay.portal.kernel.dao.jdbc
 

Methods in com.liferay.portal.kernel.dao.jdbc that return CurrentConnection
static CurrentConnection CurrentConnectionUtil.getCurrentConnection()
           
 

Methods in com.liferay.portal.kernel.dao.jdbc with parameters of type CurrentConnection
 void CurrentConnectionUtil.setCurrentConnection(CurrentConnection currentConnection)
           
 


Liferay 6.2-ce-ga5