- 既知の実装クラスのリスト:
BasicRowMap
A instance represents a row in a table. This interface extends
Map<String,Object> . The
key is represented by canonical case defined by Sorm.- 作成者:
- yuu_nkjm
-
ネストされたクラスの概要
-
メソッドの概要
修飾子とタイプメソッド説明static RowMapcreate()static RowMapfromRecord(T src) ARowMapobject is created from a record object.<T> T[]getInteger(String key) getLocalDate(String key) getLocalDateTime(String key) getLocalTime(String key) getObjectList(String... key) getStringList(String... keys) static RowMapstatic RowMapstatic RowMapstatic RowMapstatic RowMapof(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5) static RowMapstatic StringKey to canonical keydefault <T extends Record>
TThe object is converted to a record object.static <T extends Record>
TThe object is converted to a record object.インタフェースから継承されたメソッド java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
メソッドの詳細
-
create
-
create
-
of
-
of
-
of
-
of
-
of
-
of
-
toKey
Key to canonical key- パラメータ:
key-- 戻り値:
-
getArray
-
getDouble
-
getFloat
-
getInteger
-
getLocalDate
-
getLocalDateTime
-
getLocalTime
-
getLong
-
getObject
-
getString
-
getObjectList
-
getStringList
-
fromRecord
ARowMapobject is created from a record object.- 型パラメータ:
T-- パラメータ:
src-- 戻り値:
-
toRecord
The object is converted to a record object.A key of the map is included in the record components. => the record component set the value. A key of the map is not included in the record components. => the entry of the map is ignore. A record component does not exists in the key set of the map => the record component set as null. if the component is primitive type, an exception is thrown.
- 型パラメータ:
T-- パラメータ:
src-toType-- 戻り値:
-
toRecord
The object is converted to a record object.A key of the map is included in the record components. => the record component set the value. A key of the map is not included in the record components. => the entry of the map is ignore. A record component does not exists in the key set of the map => the record component set as null. if the component is primitive type, an exception is thrown.
- 型パラメータ:
T-- パラメータ:
toType-- 戻り値:
-