Uses of Interface
org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter

Packages that use InterruptibleBatchPreparedStatementSetter
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package. 
 

Uses of InterruptibleBatchPreparedStatementSetter in org.springframework.jdbc.core.support
 

Classes in org.springframework.jdbc.core.support that implement InterruptibleBatchPreparedStatementSetter
 class AbstractInterruptibleBatchPreparedStatementSetter
          Abstract implementation of the InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int).
 



Copyright © 2002-2008 The Spring Framework.