Uses of Interface
org.eclipse.persistence.sdo.ValueStore
-
Packages that use ValueStore Package Description org.eclipse.persistence.sdo -
-
Uses of ValueStore in org.eclipse.persistence.sdo
Classes in org.eclipse.persistence.sdo that implement ValueStore Modifier and Type Class Description classDefaultValueStorePurpose:Default implementation of the ValueStore interface.Methods in org.eclipse.persistence.sdo that return ValueStore Modifier and Type Method Description ValueStoreSDODataObject. _getCurrentValueStore()INTERNAL: Map interface into the currentValueStore of this DataObject.
Note: Implementers of theValueStoreinterface require this accessor.ValueStoreDefaultValueStore. copy()Get a shallow copy of the original ValueStore.ValueStoreValueStore. copy()Get a shallow copy of the original ValueStore.Methods in org.eclipse.persistence.sdo with parameters of type ValueStore Modifier and Type Method Description voidSDODataObject. _setCurrentValueStore(ValueStore aValueStore)INTERNAL: Pluggable Interface for substituting the default Map with a custom Map Class
-