Liferay 6.2-ce-ga5

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

Packages that use RowMapper
com.liferay.portal.dao.jdbc.spring   
com.liferay.portal.dao.shard   
com.liferay.portal.kernel.dao.jdbc   
 

Uses of RowMapper in com.liferay.portal.dao.jdbc.spring
 

Methods in com.liferay.portal.dao.jdbc.spring with parameters of type RowMapper
<T> MappingSqlQuery<T>
MappingSqlQueryFactoryImpl.getMappingSqlQuery(DataSource dataSource, String sql, int[] types, RowMapper<T> rowMapper)
           
 

Constructors in com.liferay.portal.dao.jdbc.spring with parameters of type RowMapper
MappingSqlQueryImpl(DataSource dataSource, String sql, int[] types, RowMapper<T> rowMapper)
           
 

Uses of RowMapper in com.liferay.portal.dao.shard
 

Methods in com.liferay.portal.dao.shard with parameters of type RowMapper
<T> MappingSqlQuery<T>
ShardMappingSqlQueryFactoryImpl.getMappingSqlQuery(DataSource dataSource, String sql, int[] types, RowMapper<T> rowMapper)
           
 

Constructors in com.liferay.portal.dao.shard with parameters of type RowMapper
ShardMappingSqlQueryImpl(String sql, int[] types, RowMapper<T> rowMapper)
           
 

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

Classes in com.liferay.portal.kernel.dao.jdbc that implement RowMapper
 class CountRowMapper
           
 class PrimaryKeyRowMapper
           
 

Fields in com.liferay.portal.kernel.dao.jdbc declared as RowMapper
static RowMapper<Integer> RowMapper.COUNT
           
static RowMapper<Long> RowMapper.PRIMARY_KEY
           
 

Methods in com.liferay.portal.kernel.dao.jdbc with parameters of type RowMapper
<T> MappingSqlQuery<T>
MappingSqlQueryFactory.getMappingSqlQuery(DataSource dataSource, String sql, int[] types, RowMapper<T> rowMapper)
           
static
<T> MappingSqlQuery<T>
MappingSqlQueryFactoryUtil.getMappingSqlQuery(DataSource dataSource, String sql, int[] types, RowMapper<T> rowMapper)
           
 


Liferay 6.2-ce-ga5