Class GroupEntityMapper

  • All Implemented Interfaces:
    org.jdbi.v3.core.mapper.RowMapper<GroupEntity>

    public class GroupEntityMapper
    extends Object
    implements org.jdbi.v3.core.mapper.RowMapper<GroupEntity>
    Author:
    eric.wittmann@gmail.com
    • Method Detail

      • map

        public GroupEntity map​(ResultSet rs,
                               org.jdbi.v3.core.statement.StatementContext ctx)
                        throws SQLException
        Specified by:
        map in interface org.jdbi.v3.core.mapper.RowMapper<GroupEntity>
        Throws:
        SQLException
        See Also:
        RowMapper.map(java.sql.ResultSet, org.jdbi.v3.core.statement.StatementContext)