Liferay 6.0.5

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

All Known Implementing Classes:
MappingSqlQueryImpl, ShardMappingSqlQueryImpl

public interface MappingSqlQuery<T>


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

Method Detail

execute

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

Liferay 6.0.5