パッケージ org.nkjmlab.sorm4j
Provides the main API for Sorm4j.
-
インタフェースの概要 インタフェース 説明 Configurator Builder for Configuration.ConsumerHandler<T> Interface for handling without a return value.FunctionHandler<T,R> Interface for handling with a return value.OrmConnection Main API for object relation mapping.OrmMapReader A interface for getting result of query asMap.OrmReader The interface of reading functions of object-relation mapping.OrmTransaction An transaction with object relation mapping.OrmUpdater A interface for updating database.ResultSetMapper MappingResultSetto object.RowMapper<T> Maps a row in resultSet to a object.Sorm An interface of executing object-relation mapping.SqlExecutor A interface for executing SQL with parameters.TransactionFunction Functions of handling transaction.TypedOrmConnection<T> Main API for typed object relation mapping.TypedOrmReader<T> The typed interface of reading functions of object-relation mapping.TypedOrmTransaction<T> An transaction with typed object relation mapping.TypedOrmUpdater<T> A typed interface for updating database. -
クラスの概要 クラス 説明 OrmLogger Logger for object-relation mapping.SormFactory Main entry point of this library. -
列挙型の概要 列挙型 説明 Configurator.MultiRowProcessorType Type of how to execute multi-row update SQL statements.OrmLogger.Category Categories ofOrmLogger. -
例外の概要 例外 説明 SormException Represents an exception thrown by Sorm4j.