インタフェースの使用
org.nkjmlab.sorm4j.OrmConnection
-
OrmConnectionを使用しているパッケージ パッケージ 説明 org.nkjmlab.sorm4j Provides the main API for Sorm4j.org.nkjmlab.sorm4j.sql.helper (Non-public API) Package for core of typed connection.org.nkjmlab.sorm4j.typed (Non-public API) Package for core of typed connection. -
-
org.nkjmlab.sorm4jでのOrmConnectionの使用
org.nkjmlab.sorm4jでのOrmConnectionのサブインタフェース 修飾子とタイプ インタフェース 説明 interfaceOrmTransactionAn transaction with object relation mapping.OrmConnectionを返すorg.nkjmlab.sorm4jのメソッド 修飾子とタイプ メソッド 説明 OrmConnectionSorm. openConnection()OpenOrmConnection.static OrmConnectionSormFactory. toOrmConnection(Connection connection)Create aOrmConnectionwrapping the given JDBC Connectionstatic OrmConnectionSormFactory. toOrmConnection(Connection connection, String configName)Create aOrmConnectionwrapping the given JDBC Connection with the specified configurationsOrmConnection型のパラメータを持つorg.nkjmlab.sorm4jのメソッド 修飾子とタイプ メソッド 説明 static BasicCommandBasicCommand. from(OrmConnection conn, String sql)OrmConnection型の型引数を持つorg.nkjmlab.sorm4jのメソッド・パラメータ 修飾子とタイプ メソッド 説明 voidSorm. accept(ConsumerHandler<OrmConnection> handler)Accepts aOrmConnectionhandler for a task with object-relation mapping.<R> RSorm. apply(FunctionHandler<OrmConnection,R> handler)Applies aOrmConnectionhandler for a task with object-relation mapping and gets the result.OrmConnection型のパラメータを持つorg.nkjmlab.sorm4jのコンストラクタ コンストラクタ 説明 BasicCommandImpl(OrmConnection conn, String sql) -
org.nkjmlab.sorm4j.sql.helperでのOrmConnectionの使用
OrmConnection型のパラメータを持つorg.nkjmlab.sorm4j.sql.helperのメソッド 修飾子とタイプ メソッド 説明 static NamedParameterCommandNamedParameterCommand. from(OrmConnection conn, String sql)Creates a request from SQL string.static OrderedParameterCommandOrderedParameterCommand. from(OrmConnection conn, String sql)Creates a request from SQL string. -
org.nkjmlab.sorm4j.typedでのOrmConnectionの使用
OrmConnectionを返すorg.nkjmlab.sorm4j.typedのメソッド 修飾子とタイプ メソッド 説明 OrmConnectionTypedOrmConnection. untype()Creates anOrmConnection
-