Class HibernateSystemMessageDAO.SystemMessageMapper
- java.lang.Object
-
- com.logicaldoc.core.communication.HibernateSystemMessageDAO.SystemMessageMapper
-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<SystemMessage>
- Enclosing class:
- HibernateSystemMessageDAO
public class HibernateSystemMessageDAO.SystemMessageMapper extends Object implements org.springframework.jdbc.core.RowMapper<SystemMessage>
-
-
Constructor Summary
Constructors Constructor Description SystemMessageMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemMessage
mapRow(ResultSet rs, int rowNum)
-
-
-
Method Detail
-
mapRow
public SystemMessage mapRow(ResultSet rs, int rowNum) throws SQLException
- Specified by:
mapRow
in interfaceorg.springframework.jdbc.core.RowMapper<SystemMessage>
- Throws:
SQLException
-
-