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