インタフェースの使用
org.nkjmlab.sorm4j.table.TableConnection
TableConnectionを使用しているパッケージ
パッケージ
説明
Provides the main API for Sorm4j.
Package for SQL utilities for table.
-
org.nkjmlab.sorm4jでのTableConnectionの使用
修飾子とタイプメソッド説明<T> TableConnection<T>OrmConnection.mapToTable(Class<T> type) Gets aTableConnectioninstance indicated the given parameter.<T> TableConnection<T>OrmConnection.mapToTable(Class<T> type, String tableName) Gets aTableConnectioninstance indicated the given parameters. -
org.nkjmlab.sorm4j.tableでのTableConnectionの使用
修飾子とタイプメソッド説明static <T> TableConnection<T>TableConnection.of(OrmConnection connection, Class<T> valueType) Gets aTableConnectionwrapping the given JDBC Connection and the given context.static <T> TableConnection<T>TableConnection.of(OrmConnection connection, Class<T> valueType, String tableName) Gets aTableConnectionwrapping the given JDBC Connection and the given context.default TableConnection<T>Table.open()OpenTableOrmConnection.default TableConnection<T>Table.toTableConnection(OrmConnection conn) TableConnection型の型引数を持つorg.nkjmlab.sorm4j.tableのメソッド・パラメータ修飾子とタイプメソッド説明default voidTable.acceptHandler(ConsumerHandler<TableConnection<T>> handler) Accepts aOrmConnectionhandler for a task with object-relation mapping.default <R> RTable.applyHandler(FunctionHandler<TableConnection<T>, R> handler) Applies aOrmConnectionhandler for a task with object-relation mapping and gets the result.