Search:

Type: Posts; User: thuluo; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,947

    Do you have something like ...

    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,...
  2. Spring has batch update support,...

    Spring has batch update support, org.springframework.jdbc.object.BatchSqlUpdate for example or batchUpdate() on the JdbcTemplate.
  3. Replies
    5
    Views
    908

    You don't need to wrap your RowMapper...

    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.
Results 1 to 3 of 3