インタフェースの使用
org.nkjmlab.sorm4j.SqlExecutor
SqlExecutorを使用しているパッケージ
パッケージ
説明
Provides the main API for Sorm4j.
(Non-public API) Package for core of typed connection.
-
org.nkjmlab.sorm4jでのSqlExecutorの使用
org.nkjmlab.sorm4jでのSqlExecutorのサブインタフェース修飾子とタイプインタフェース説明interfaceORM functions with an instant connection.interfaceMain API for object relation mapping.interfaceinterfaceAn transaction with object relation mapping.interfaceAn interface of executing object-relation mapping. -
org.nkjmlab.sorm4j.sql.schemaでのSqlExecutorの使用
SqlExecutor型のパラメータを持つorg.nkjmlab.sorm4j.sql.schemaのメソッド修飾子とタイプメソッド説明voidTableSchema.createIndexesIfNotExists(SqlExecutor sqlExecutor) voidTableSchema.createTableAndIndexesIfNotExists(SqlExecutor sqlExecutor) voidTableSchema.createTableIfNotExists(SqlExecutor sqlExecutor) voidTableSchema.dropTableIfExists(SqlExecutor sqlExecutor) -
org.nkjmlab.sorm4j.typedでのSqlExecutorの使用
org.nkjmlab.sorm4j.typedでのSqlExecutorのサブインタフェース修飾子とタイプインタフェース説明interfaceTypedOrm<T>ORM functions with an instant connection.interfaceMain API for typed object relation mapping.interfaceAn transaction with typed object relation mapping.