This is particularly useful for delegating to existing data access code that expects a Connection to work on and throws ResourceException. For newly written code, it is strongly recommended to use CciTemplate's more specific execute
variants.
@author Thierry Templier
@author Juergen Hoeller
@since 1.2
@see CciTemplate#execute(ConnectionCallback)
@see CciTemplate#execute(javax.resource.cci.InteractionSpec,javax.resource.cci.Record)
@see CciTemplate#execute(javax.resource.cci.InteractionSpec,RecordCreator,RecordExtractor)
|
|