Uses of Interface
org.eclipse.persistence.sdo.ValueStore
Packages that use ValueStore
-
Uses of ValueStore in org.eclipse.persistence.sdo
Classes in org.eclipse.persistence.sdo that implement ValueStoreModifier and TypeClassDescriptionclass
Purpose:Default implementation of the ValueStore interface.Methods in org.eclipse.persistence.sdo that return ValueStoreModifier and TypeMethodDescriptionSDODataObject._getCurrentValueStore()
INTERNAL: Map interface into the currentValueStore of this DataObject.
Note: Implementers of theValueStore
interface require this accessor.DefaultValueStore.copy()
Get a shallow copy of the original ValueStore.ValueStore.copy()
Get a shallow copy of the original ValueStore.Methods in org.eclipse.persistence.sdo with parameters of type ValueStoreModifier and TypeMethodDescriptionvoid
SDODataObject._setCurrentValueStore
(ValueStore aValueStore) INTERNAL: Pluggable Interface for substituting the default Map with a custom Map Class -
Uses of ValueStore in org.eclipse.persistence.sdo.helper.jaxb
Classes in org.eclipse.persistence.sdo.helper.jaxb that implement ValueStoreModifier and TypeClassDescriptionclass
The JAXBValueStore enables a DataObject to access data from a POJO.Methods in org.eclipse.persistence.sdo.helper.jaxb that return ValueStore