インタフェースの使用
org.nkjmlab.sorm4j.Configurator
-
Configuratorを使用しているパッケージ パッケージ 説明 org.nkjmlab.sorm4j Provides the main API for Sorm4j. -
-
org.nkjmlab.sorm4jでのConfiguratorの使用
Configuratorを返すorg.nkjmlab.sorm4jのメソッド 修飾子とタイプ メソッド 説明 ConfiguratorConfigurator. setBatchSize(int size)ConfiguratorConfigurator. setBatchSizeWithMultiRow(int size)ConfiguratorConfigurator. setColumnFieldMapper(ColumnFieldMapper fieldNameMapper)ConfiguratorConfigurator. setMultiRowProcessorType(Configurator.MultiRowProcessorType multiRowProcessorType)ConfiguratorConfigurator. setMultiRowSize(int size)ConfiguratorConfigurator. setResultSetConverter(ResultSetConverter resultSetValueGetter)ConfiguratorConfigurator. setSqlParameterSetter(SqlParameterSetter sqlParameterSetter)ConfiguratorConfigurator. setTableNameMapper(TableNameMapper tableNameMapper)ConfiguratorConfigurator. setTransactionIsolationLevel(int level)Configurator型の型引数を持つorg.nkjmlab.sorm4jのメソッド・パラメータ 修飾子とタイプ メソッド 説明 static voidSormFactory. registerConfig(String configName, Consumer<Configurator> configuratorConsumer)Registers configuration under the given name.static voidSormFactory. registerModifiedConfig(String configName, Sorm sorm, Consumer<Configurator> configuratorConsumer)Registers modified configuration of the given Sorm object under the given name.static voidSormFactory. updateDefaultConfig(Consumer<Configurator> configuratorConsumer)Updates default configuration.
-