Liferay 6.1.2-ce-ga3

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.1.2-ce-ga3