com.atlassian.confluence.user.crowd.jira
Class UserWithAttributesRowMapper
java.lang.Object
com.atlassian.confluence.user.crowd.jira.UserWithAttributesRowMapper
- All Implemented Interfaces:
- org.springframework.jdbc.core.RowMapper
public class UserWithAttributesRowMapper
- extends Object
- implements org.springframework.jdbc.core.RowMapper
Extracts a user from a dbQuery result set row.
UserWithAttributesRowMapper
public UserWithAttributesRowMapper(long directoryId)
mapRow
public Object mapRow(ResultSet rs,
int rowNum)
throws SQLException
- Specified by:
mapRow
in interface org.springframework.jdbc.core.RowMapper
- Throws:
SQLException
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object