net.anotheria.moskitodemo.sqltrace.persistence
Class CommentRowMapper

java.lang.Object
  extended by net.anotheria.db.dao.RowMapper<Comment>
      extended by net.anotheria.moskitodemo.sqltrace.persistence.CommentRowMapper

public class CommentRowMapper
extends net.anotheria.db.dao.RowMapper<Comment>


Constructor Summary
CommentRowMapper()
           
 
Method Summary
 Comment map(ResultSet row)
           
 
Methods inherited from class net.anotheria.db.dao.RowMapper
convertToList, convertToList, convertToList, prepareString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentRowMapper

public CommentRowMapper()
Method Detail

map

public Comment map(ResultSet row)
            throws net.anotheria.db.dao.RowMapperException
Specified by:
map in class net.anotheria.db.dao.RowMapper<Comment>
Throws:
net.anotheria.db.dao.RowMapperException


Copyright © 2010-2012 anotheria.net. All Rights Reserved.