Class OracleNoSQLRecord
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecord
-
- All Implemented Interfaces:
jakarta.resource.cci.MappedRecord,jakarta.resource.cci.Record,Serializable,Cloneable,Map
public class OracleNoSQLRecord extends HashMap implements jakarta.resource.cci.MappedRecord
Simple mapped record.- Since:
- EclipseLink 4.0
- Author:
- Radek Felcman
- See Also:
- Serialized Form
-
-
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>
-
-
Constructor Summary
Constructors Constructor Description OracleNoSQLRecord()Default constructor.OracleNoSQLRecord(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object key)StringgetRecordName()StringgetRecordShortDescription()voidsetRecordName(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, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods 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 Detail
-
SORT
public static final String SORT
- See Also:
- Constant Field Values
-
description
protected String description
-
name
protected String name
-
-
Constructor Detail
-
OracleNoSQLRecord
public OracleNoSQLRecord()
Default constructor.
-
OracleNoSQLRecord
public OracleNoSQLRecord(String name)
-
-
Method Detail
-
getRecordShortDescription
public String getRecordShortDescription()
- Specified by:
getRecordShortDescriptionin interfacejakarta.resource.cci.Record
-
setRecordShortDescription
public void setRecordShortDescription(String description)
- Specified by:
setRecordShortDescriptionin interfacejakarta.resource.cci.Record
-
getRecordName
public String getRecordName()
- Specified by:
getRecordNamein interfacejakarta.resource.cci.Record
-
setRecordName
public void setRecordName(String name)
- Specified by:
setRecordNamein interfacejakarta.resource.cci.Record
-
-