Liferay 7.0-ga1 portal-kernel

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

All Known Implementing Classes:
CountRowMapper, PrimaryKeyRowMapper

public interface RowMapper<T>


Field Summary
static RowMapper<Integer> COUNT
           
static RowMapper<Long> PRIMARY_KEY
           
 
Method Summary
 T mapRow(ResultSet rs)
           
 

Field Detail

COUNT

static final RowMapper<Integer> COUNT

PRIMARY_KEY

static final RowMapper<Long> PRIMARY_KEY
Method Detail

mapRow

T mapRow(ResultSet rs)
         throws SQLException
Throws:
SQLException

Liferay 7.0-ga1 portal-kernel