Example usage for org.springframework.jdbc.core PreparedStatementCallback interface-usage

List of usage examples for org.springframework.jdbc.core PreparedStatementCallback interface-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.core PreparedStatementCallback interface-usage.

Usage

From source file com.pactera.edg.am.metamanager.extractor.dao.helper.PreparedStatementCallbackHelper.java

/**
 * PreparedStatementCallback?
 * 
 * @author user
 * @version 1.0 Date: Aug 21, 2009
 * 

From source file org.tec.webapp.jdbc.entity.support.IdentifierCallback.java

/**
 * prepared statement callback for inserts that return identity assumes flag
 * Statement.RETURN_GENERATED_KEYS is set when creating statement
 */
public class IdentifierCallback implements PreparedStatementCallback<Long> {

From source file com.github.ferstl.spring.jdbc.oracle.ParameterizedBatchingPreparedStatementCallback.java

/**
 * {@link PreparedStatementCallback} that uses Oracle Update Batching.
 */
class ParameterizedBatchingPreparedStatementCallback<T> implements PreparedStatementCallback<int[][]> {

    private final ParameterizedPreparedStatementSetter<T> ppss;

From source file annis.administration.MediaImportHelper.java

/**
 *
 * @author benjamin
 */
public class MediaImportHelper implements PreparedStatementCallback<Boolean> {

From source file annis.administration.BinaryImportHelper.java

/**
 * Imports binary files.
 *
 * <p>Therefore the meta data of the files are stored in the database, while the
 * real data are store in a simple file directory.</p>
 *

From source file com.github.ferstl.spring.jdbc.oracle.BatchingPreparedStatementCallback.java

/**
 * {@link PreparedStatementCallback} that uses Oracle Update Batching.
 */
class BatchingPreparedStatementCallback implements PreparedStatementCallback<int[]> {

    private final int sendBatchSize;

From source file net.paoding.rose.jade.provider.jdbctemplate.PreparedStatementCallbackReturnId.java

/**
 * ? {@link PreparedStatementCallback} 
 * 
 * @author  [qieqie.wang@gmail.com]
 * @author  [in355hz@gmail.com]
 */

From source file com.laxser.blitz.lama.provider.jdbc.PreparedStatementCallbackReturnId.java

/**
 * ? {@link PreparedStatementCallback} 
 * 
 * @author laxser  Date 2012-3-22 ?4:01:59
@contact [duqifan@gmail.com]
@PreparedStatementCallbackReturnId.java

From source file com.wantscart.jade.provider.jdbc.PreparedStatementCallbackReturnId.java

/**
 * ? {@link PreparedStatementCallback} 
 * 
 * @author  [qieqie.wang@gmail.com]
 * @author  [in355hz@gmail.com]
 */