com.atlassian.confluence.user.crowd.jira
Class UserWithAttributesRowMapper

java.lang.Object
  extended by 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.


Constructor Summary
UserWithAttributesRowMapper(long directoryId)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 Object mapRow(ResultSet rs, int rowNum)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserWithAttributesRowMapper

public UserWithAttributesRowMapper(long directoryId)
Method Detail

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.