Class GroupMapper

java.lang.Object
com.atlassian.crowd.importer.mappers.jdbc.GroupMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper

public class GroupMapper extends Object implements org.springframework.jdbc.core.RowMapper
Will map a row from a JDBC ResultSet to a Group
  • Constructor Details

    • GroupMapper

      public GroupMapper(String groupname, String description, Long directoryId)
  • Method Details