パッケージ org.nkjmlab.sorm4j
Provides the main API for Sorm4j.
-
インタフェースの概要 インタフェース 説明 ConnectionSource A source for jdbc connection.OrmConfigStoreBuilder Builder forOrmConfigStore.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 OrmUpdater A interface for updating database.Sorm An interface of executing object-relation mapping.Sorm.OrmConsumerHandler<T> Interface for object-relation handling without a return value.Sorm.OrmFunctionHandler<T,R> Interface for object-relation handling with a return value.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> TypedOrmUpdater<T> A typed interface for updating database. -
クラスの概要 クラス 説明 SormFactory Main entry point of Som4j, which is factory forSormobject. -
列挙型の概要 列挙型 説明 OrmConfigStoreBuilder.MultiRowProcessorType Type of how to execute multi-row query. -
例外の概要 例外 説明 OrmException Represents an exception thrown by Sorm4j.