Uses of Interface
com.jpattern.orm.query.sql.SqlBatchUpdateQuery

Packages that use SqlBatchUpdateQuery
com.jpattern.orm.query.sql   
 

Uses of SqlBatchUpdateQuery in com.jpattern.orm.query.sql
 

Classes in com.jpattern.orm.query.sql that implement SqlBatchUpdateQuery
 class PlainPSCreatorSqlUpdate
           
 class PlainSqlBatchUpdateQuery
           
 class PlainSqlListBatchUpdateQuery
           
 

Methods in com.jpattern.orm.query.sql that return SqlBatchUpdateQuery
 SqlBatchUpdateQuery PlainSqlExecutor.batchUpdate(List<String> sqls)
           
 SqlBatchUpdateQuery SqlExecutor.batchUpdate(List<String> sqls)
          Issue multiple SQL updates on a single JDBC Statement using batching.
 SqlBatchUpdateQuery PlainSqlExecutor.batchUpdate(String sql, BatchPreparedStatementSetter psc)
           
 SqlBatchUpdateQuery SqlExecutor.batchUpdate(String sql, BatchPreparedStatementSetter psc)
          Issue multiple SQL updates on a single JDBC Statement using batching.
 SqlBatchUpdateQuery PlainSqlExecutor.batchUpdate(String sql, List<Object[]> args)
           
 SqlBatchUpdateQuery SqlExecutor.batchUpdate(String sql, List<Object[]> args)
          Issue multiple SQL updates on a single JDBC Statement using batching.
 



Copyright © 2013. All Rights Reserved.