Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.dao.jdbc
Interface MappingSqlQuery<T>


public interface MappingSqlQuery<T>


Method Summary
 List<T> execute(Object... params)
           
 

Method Detail

execute

List<T> execute(Object... params)
                throws SQLException
Throws:
SQLException

Liferay 7.0-ga1 portal-kernel