インタフェースの使用
org.nkjmlab.sorm4j.sql.result.InsertResult
InsertResultを使用しているパッケージ
パッケージ
説明
Provides the main API for Sorm4j.
(Non-public API) Package for core of typed connection.
-
org.nkjmlab.sorm4jでのInsertResultの使用
InsertResultを返すorg.nkjmlab.sorm4jのメソッド修飾子とタイプメソッド説明<T> InsertResult<T>OrmUpdater.insertAndGet(List<T> objects) Inserts objects and get the last insert result.<T> InsertResult<T>OrmUpdater.insertAndGet(T object) Inserts an object and get the result.<T> InsertResult<T>OrmUpdater.insertAndGet(T... objects) Inserts objects and get the last insert result.<T> InsertResult<T>OrmUpdater.insertAndGetOn(String tableName, List<T> objects) Inserts objects and get the last insert result.<T> InsertResult<T>OrmUpdater.insertAndGetOn(String tableName, T object) Inserts an object and get the insert result.<T> InsertResult<T>OrmUpdater.insertAndGetOn(String tableName, T... objects) Inserts objects and get the last insert result. -
org.nkjmlab.sorm4j.typedでのInsertResultの使用
修飾子とタイプメソッド説明TypedOrmUpdater.insertAndGet(List<T> objects) Inserts objects and get the last insert result.TypedOrmUpdater.insertAndGet(T object) Inserts an object and get the result.TypedOrmUpdater.insertAndGet(T... objects) Inserts objects and get the last insert result.TypedOrmUpdater.insertAndGetOn(String tableName, List<T> objects) Inserts objects and get the last insert result.TypedOrmUpdater.insertAndGetOn(String tableName, T object) Inserts an object and get the insert result.TypedOrmUpdater.insertAndGetOn(String tableName, T... objects) Inserts objects and get the last insert result.