Class OracleNoSQLRecord
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecord
- All Implemented Interfaces:
MappedRecord,Record,Serializable,Cloneable,Map
Simple mapped record.
- Since:
- EclipseLink 4.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRecordName(String name) voidsetRecordShortDescription(String description) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
SORT
- See Also:
-
description
-
name
-
-
Constructor Details
-
OracleNoSQLRecord
public OracleNoSQLRecord()Default constructor. -
OracleNoSQLRecord
-
-
Method Details
-
getRecordShortDescription
- Specified by:
getRecordShortDescriptionin interfaceRecord
-
setRecordShortDescription
- Specified by:
setRecordShortDescriptionin interfaceRecord
-
getRecordName
- Specified by:
getRecordNamein interfaceRecord
-
setRecordName
- Specified by:
setRecordNamein interfaceRecord
-
get
-