org.springframework.dao
package. Code using this class can pass in and receive {@link javax.resource.cci.Record}instances, or alternatively implement callback interfaces for creating input Records and extracting result objects from output Records (or CCI ResultSets).
Can be used within a service implementation via direct instantiation with a ConnectionFactory reference, or get prepared in an application context and given to services as bean reference. Note: The ConnectionFactory should always be configured as a bean in the application context, in the first case given to the service directly, in the second case to the prepared template. @author Thierry Templier @author Juergen Hoeller @since 1.2 @see RecordCreator @see RecordExtractor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|