com.liferay.portal.kernel.dao.jdbc
Class PrimaryKeyRowMapper
java.lang.Object
com.liferay.portal.kernel.dao.jdbc.PrimaryKeyRowMapper
- All Implemented Interfaces:
- RowMapper<Long>
public class PrimaryKeyRowMapper
- extends Object
- implements RowMapper<Long>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimaryKeyRowMapper
public PrimaryKeyRowMapper()
mapRow
public Long mapRow(ResultSet rs,
int rowNumber)
throws SQLException
- Specified by:
mapRow
in interface RowMapper<Long>
- Throws:
SQLException