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