インタフェースの使用
org.nkjmlab.sorm4j.result.RowMap
RowMapを使用しているパッケージ
パッケージ
説明
Provides the main API for Sorm4j.
Package for context.
Package for result.
Package for SQL utilities for table.
-
org.nkjmlab.sorm4jでのRowMapの使用
RowMap型のパラメータを持つorg.nkjmlab.sorm4jのメソッド修飾子とタイプメソッド説明intOrm.insertMapInto(String tableName, RowMap object) int[]Orm.insertMapInto(String tableName, RowMap... objects) This method is experimental.<T> intOrm.updateByPrimaryKey(Class<T> clazz, RowMap object, Object... primaryKeyValues) Updates with map in the table corresponding to the class. the map should not be included primary keys.intOrm.updateByPrimaryKeyIn(String tableName, RowMap object, Object... primaryKeyValues) Updates with map in the table corresponding to the given table name. the map should not be included primary keys.RowMap型の型引数を持つorg.nkjmlab.sorm4jのメソッド・パラメータ修飾子とタイプメソッド説明int[]Orm.insertMapInto(String tableName, List<RowMap> result) This method is experimental. -
org.nkjmlab.sorm4j.contextでのRowMapの使用
RowMap型のパラメータを持つorg.nkjmlab.sorm4j.contextのメソッド -
org.nkjmlab.sorm4j.resultでのRowMapの使用
RowMapを実装しているorg.nkjmlab.sorm4j.resultのクラスRowMapを返すorg.nkjmlab.sorm4j.resultのメソッド修飾子とタイプメソッド説明static RowMapRowMap.create()static RowMapRowMap.fromRecord(T src) ARowMapobject is created from a record object.InsertResult.getGeneratedKeys()Returns the auto-generated keys.static RowMapstatic RowMapstatic RowMapstatic RowMapstatic RowMapRowMap.of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5) static RowMapRowMap型のパラメータを持つorg.nkjmlab.sorm4j.resultのメソッド -
org.nkjmlab.sorm4j.tableでのRowMapの使用
RowMap型のパラメータを持つorg.nkjmlab.sorm4j.tableのメソッド修飾子とタイプメソッド説明default intTableMappedOrm.insertMapIn(RowMap object) default int[]TableMappedOrm.insertMapIn(RowMap... objects) default intTableMappedOrm.updateByPrimaryKey(RowMap object, Object... primaryKeyValues) RowMap型の型引数を持つorg.nkjmlab.sorm4j.tableのメソッド・パラメータ