Enum Classの使用
org.nkjmlab.sorm4j.extension.MultiRowProcessorType
MultiRowProcessorTypeを使用しているパッケージ
パッケージ
説明
Provides the main API for Sorm4j.
Provides API for configurable part of Sorm4j.
-
org.nkjmlab.sorm4jでのMultiRowProcessorTypeの使用
MultiRowProcessorType型のパラメータを持つorg.nkjmlab.sorm4jのメソッド -
org.nkjmlab.sorm4j.extensionでのMultiRowProcessorTypeの使用
修飾子とタイプメソッド説明static MultiRowProcessorTypeReturns the enum constant of this class with the specified name.static MultiRowProcessorType[]MultiRowProcessorType.values()Returns an array containing the constants of this enum class, in the order they are declared.MultiRowProcessorType型のパラメータを持つorg.nkjmlab.sorm4j.extensionのメソッド修飾子とタイプメソッド説明SormContext.Builder.setMultiRowProcessorType(MultiRowProcessorType multiRowProcessorType) MultiRowProcessorType型のパラメータを持つorg.nkjmlab.sorm4j.extensionのコンストラクタ修飾子コンストラクタ説明SormConfig(LoggerContext loggerContext, Map<String, Object> options, ColumnFieldMapper columnFieldMapper, TableNameMapper tableNameMapper, ResultSetConverter resultSetConverter, SqlParametersSetter sqlParametersSetter, TableSqlFactory tableSqlFactory, MultiRowProcessorType multiRowProcessorType, int batchSize, int multiRowSize, int batchSizeWithMultiRow, int transactionIsolationLevel)