パッケージ org.nkjmlab.sorm4j
Provides the main API for Sorm4j.
-
インタフェースの概要 インタフェース 説明 CommandFunction ConsumerHandler<T> Interface for handling without a return value.FunctionHandler<T,R> Interface for handling with a return value.Orm ORM functions with an instant connection.OrmConnection Main API for object relation mapping.OrmConnectionCommon OrmLazyReader OrmMapLazyReader 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.ResultSetTraverser<T> TraversesResultSetand maps to T.RowMapper<T> Maps a row in aResultSetto a object.Sorm An interface of executing object-relation mapping.SqlExecutor A interface for executing SQL with parameters.TableMetaDataFunction TransactionFunction Functions of handling transaction. -
クラスの概要 クラス 説明 Sorm.Builder -
例外の概要 例外 説明 SormException Represents an exception thrown by Sorm4j.