インタフェースの使用
org.nkjmlab.sorm4j.common.FunctionHandler
-
FunctionHandlerを使用しているパッケージ パッケージ 説明 org.nkjmlab.sorm4j Provides the main API for Sorm4j.org.nkjmlab.sorm4j.result 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のメソッド 修飾子とタイプ メソッド 説明 <R> RResultSetStream. apply(FunctionHandler<Stream<T>,R> handler)
-