パッケージ org.nkjmlab.sorm4j
インタフェース Configurator
-
public interface ConfiguratorBuilder for Configuration. An instance of the class should be get fromSormFactory.- 作成者:
- nkjm
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ インタフェース 説明 static classConfigurator.MultiRowProcessorTypeType of how to execute multi-row query.
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 ConfiguratorsetBatchSize(int size)ConfiguratorsetBatchSizeWithMultiRow(int size)ConfiguratorsetColumnFieldMapper(ColumnFieldMapper fieldNameMapper)ConfiguratorsetMultiRowProcessorType(Configurator.MultiRowProcessorType multiRowProcessorType)ConfiguratorsetMultiRowSize(int size)ConfiguratorsetResultSetConverter(ResultSetConverter resultSetValueGetter)ConfiguratorsetSqlParameterSetter(SqlParameterSetter sqlParameterSetter)ConfiguratorsetTableNameMapper(TableNameMapper tableNameMapper)ConfiguratorsetTransactionIsolationLevel(int level)
-
-
-
メソッドの詳細
-
setBatchSize
Configurator setBatchSize(int size)
-
setBatchSizeWithMultiRow
Configurator setBatchSizeWithMultiRow(int size)
-
setColumnFieldMapper
Configurator setColumnFieldMapper(ColumnFieldMapper fieldNameMapper)
-
setMultiRowProcessorType
Configurator setMultiRowProcessorType(Configurator.MultiRowProcessorType multiRowProcessorType)
-
setMultiRowSize
Configurator setMultiRowSize(int size)
-
setResultSetConverter
Configurator setResultSetConverter(ResultSetConverter resultSetValueGetter)
-
setSqlParameterSetter
Configurator setSqlParameterSetter(SqlParameterSetter sqlParameterSetter)
-
setTableNameMapper
Configurator setTableNameMapper(TableNameMapper tableNameMapper)
-
setTransactionIsolationLevel
Configurator setTransactionIsolationLevel(int level)
-
-