Do you have something like
es.indra.ibuilder.jmx.mbeans.Monitorizable (implementation) which implements
es.indra.ibuilder.jmx.mbeans.MonitorizableMBean ?
and use the MBeanExporter?
If so,...
Type: Posts; User: thuluo; Keyword(s):
Do you have something like
es.indra.ibuilder.jmx.mbeans.Monitorizable (implementation) which implements
es.indra.ibuilder.jmx.mbeans.MonitorizableMBean ?
and use the MBeanExporter?
If so,...
Spring has batch update support, org.springframework.jdbc.object.BatchSqlUpdate for example or batchUpdate() on the JdbcTemplate.
You don't need to wrap your RowMapper implementation with the ResultReader. Internally Spring Jdbc will do that already and you won't experience the "stateful" issue.