インタフェースの使用
org.nkjmlab.sorm4j.result.InsertResult
InsertResultを使用しているパッケージ
パッケージ
説明
Provides the main API for Sorm4j.
Package for SQL utilities for table.
-
org.nkjmlab.sorm4jでのInsertResultの使用
InsertResultを返すorg.nkjmlab.sorm4jのメソッド修飾子とタイプメソッド説明<T> InsertResultOrm.insertAndGet(List<T> objects) Inserts objects and get the last insert result.<T> InsertResultOrm.insertAndGet(T object) Inserts an object and get the result.<T> InsertResultOrm.insertAndGet(T... objects) Inserts objects and get the last insert result.<T> InsertResultOrm.insertAndGetIn(String tableName, List<T> objects) Inserts objects and get the last insert result.<T> InsertResultOrm.insertAndGetIn(String tableName, T object) Inserts an object and get the insert result.<T> InsertResultOrm.insertAndGetIn(String tableName, T... objects) Inserts objects and get the last insert result. -
org.nkjmlab.sorm4j.tableでのInsertResultの使用
修飾子とタイプメソッド説明default InsertResultTableMappedOrm.insertAndGet(List<T> objects) default InsertResultTableMappedOrm.insertAndGet(T object) default InsertResultTableMappedOrm.insertAndGet(T... objects)