public class Key extends ListBackedMap<String,Object>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object> -
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ID_FIELD -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static KeycreateKey(ColumnIndex index, ResultSet rs)booleanequals(Object o)@NonNull Objectget(Object key)String[]getColumns()IntegergetInteger(String column)LonggetLong(String column)StringgetString(String column)inthashCode()booleanisNull()static Keyof(Object value)static Keyof(String column, Object value)static Keyof(String column1, Object value1, String column2, Object value2)Keyset(String column, Object value)Methods inherited from class net.odoframework.util.ListBackedMap
entrySet, putMethods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
DEFAULT_ID_FIELD
-
-
Constructor Details
-
Key
public Key() -
Key
-
Key
-
-
Method Details
-
of
-
of
-
of
-
createKey
-
set
-
get
-
getColumns
-
equals
-
isNull
public boolean isNull() -
hashCode
public int hashCode() -
getInteger
-
getLong
-
getString
-