org.seasar.doma.internal.jdbc.query
クラス SqlFileBatchInsertQuery<I,E extends Entity<I>>

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.query.SqlFileBatchModifyQuery<I,E>
      上位を拡張 org.seasar.doma.internal.jdbc.query.SqlFileBatchInsertQuery<I,E>
すべての実装されたインタフェース:
BatchInsertQuery, BatchModifyQuery, Query

public class SqlFileBatchInsertQuery<I,E extends Entity<I>>
extends SqlFileBatchModifyQuery<I,E>
implements BatchInsertQuery

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.query.SqlFileBatchModifyQuery から継承されたフィールド
batchSize, callerClassName, callerMethodName, config, entities, entity, entityClass, executable, optimisticLockCheckRequired, parameterName, queryTimeout, sqlExecutionSkipCause, sqlFilePath, sqls
 
コンストラクタの概要
SqlFileBatchInsertQuery(Class<E> entityClass)
           
 
メソッドの概要
 void generateId(Statement statement, int index)
           
 boolean isBatchSupported()
           
 
クラス org.seasar.doma.internal.jdbc.query.SqlFileBatchModifyQuery から継承されたメソッド
compile, getBatchSize, getClassName, getConfig, getMethodName, getQueryTimeout, getSql, getSqlExecutionSkipCause, getSqls, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequired, prepareOptions, prepareSql, setBatchSize, setCallerClassName, setCallerMethodName, setConfig, setEntities, setParameterName, setQueryTimeout, setSqlFilePath, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.doma.internal.jdbc.query.BatchModifyQuery から継承されたメソッド
getBatchSize, getSql, getSqlExecutionSkipCause, getSqls, isAutoGeneratedKeysSupported, isExecutable, isOptimisticLockCheckRequired
 
インタフェース org.seasar.doma.internal.jdbc.query.Query から継承されたメソッド
getClassName, getConfig, getMethodName, getQueryTimeout
 

コンストラクタの詳細

SqlFileBatchInsertQuery

public SqlFileBatchInsertQuery(Class<E> entityClass)
メソッドの詳細

isBatchSupported

public boolean isBatchSupported()
定義:
インタフェース BatchInsertQuery 内の isBatchSupported

generateId

public void generateId(Statement statement,
                       int index)
定義:
インタフェース BatchInsertQuery 内の generateId


Copyright © 2009 The Seasar Foundation. All Rights Reserved.