Class OracleNoSQLRecord
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- org.eclipse.persistence.internal.nosql.adapters.nosql.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 2.4
- Author:
- James
- 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected Stringname
-
Constructor Summary
Constructors Constructor Description OracleNoSQLRecord()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRecordName()StringgetRecordShortDescription()voidsetRecordName(String name)voidsetRecordShortDescription(String description)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, 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, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
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
-
-