インタフェースの使用
org.nkjmlab.sorm4j.common.FunctionHandler
FunctionHandlerを使用しているパッケージ
パッケージ
説明
Provides the main API for Sorm4j.
Package for result.
-
org.nkjmlab.sorm4jでのFunctionHandlerの使用
FunctionHandler型のパラメータを持つorg.nkjmlab.sorm4jのメソッド修飾子とタイプメソッド説明<R> RSorm.applyHandler(int isolationLevel, FunctionHandler<OrmTransaction, R> transactionHandler) Applies aOrmTransactionhandler for a task with object-relation mapping and gets the result.<R> RSorm.applyHandler(FunctionHandler<OrmConnection, R> connectionHandler) Applies aOrmConnectionhandler for a task with object-relation mapping and gets the result.<T> TOrm.executeQuery(FunctionHandler<Connection, PreparedStatement> statementSupplier, ResultSetTraverser<T> traverser) Executes the query with the given PreparedStatement and applies the givenResultSetTraverser.<T> List<T>Orm.executeQuery(FunctionHandler<Connection, PreparedStatement> statementSupplier, RowMapper<T> rowMapper) Executes the query with the given PreparedStatement and applies the givenRowMapper. -
org.nkjmlab.sorm4j.resultでのFunctionHandlerの使用
FunctionHandler型のパラメータを持つorg.nkjmlab.sorm4j.resultのメソッド