Liferay 6.2-ce-ga5

com.liferay.portal.kernel.dao.jdbc
Class PrimaryKeyRowMapper

java.lang.Object
  extended by com.liferay.portal.kernel.dao.jdbc.PrimaryKeyRowMapper
All Implemented Interfaces:
RowMapper<Long>

public class PrimaryKeyRowMapper
extends Object
implements RowMapper<Long>


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.dao.jdbc.RowMapper
COUNT, PRIMARY_KEY
 
Constructor Summary
PrimaryKeyRowMapper()
           
 
Method Summary
 Long mapRow(ResultSet rs, int rowNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryKeyRowMapper

public PrimaryKeyRowMapper()
Method Detail

mapRow

public Long mapRow(ResultSet rs,
                   int rowNumber)
            throws SQLException
Specified by:
mapRow in interface RowMapper<Long>
Throws:
SQLException

Liferay 6.2-ce-ga5