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 TypeClassDescriptionclassPurpose: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 theValueStoreinterface 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 TypeMethodDescriptionvoidSDODataObject._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 TypeClassDescriptionclassThe JAXBValueStore enables a DataObject to access data from a POJO.Methods in org.eclipse.persistence.sdo.helper.jaxb that return ValueStore