Uses of Class
org.eclipse.persistence.sdo.SDODataObject
Package
Description
-
Uses of SDODataObject in org.eclipse.persistence.sdo
Modifier and TypeMethodDescriptionSDODataObject.createDataObject
(int propertyIndex) SDODataObject.createDataObject
(int propertyIndex, String namespaceURI, String typeName) SDODataObject.createDataObject
(Property aProperty) SDODataObject.createDataObject
(Property property, Type aType) SDODataObject.createDataObject
(String propertyName, String namespaceURI, String typeName) SDODataGraph.createRootObject
(Type type) Creates a new root data object of the specified type.SDODataGraph.createRootObject
(String namespaceURI, String typeName) Creates a new root data object of thespecified type
.SDODataObject.getContainer()
SDODataObject.getDataObject
(int propertyIndex) SDODataObject.getDataObject
(Property property) SDODataObject.getDataObject
(String path) static SDODataObject
SDOHelper.getDataObject
(DataObject dataObject) Return the EclipseLink implementation of DataObject.SDOSequence.getDataObject()
SDOChangeSummary.getOldContainer
(DataObject dataObject) SDOChangeSummary.getRootObject()
Returns the ChangeSummary root DataObject - the object from which changes are tracked.SDODataGraph.getRootObject()
Returns the rootdata object
of this data graph.SDODataObject.getRootObject()
Modifier and TypeMethodDescriptionvoid
SDOChangeSummary.setOldContainer
(SDODataObject aKey, DataObject aValue) INTERNAL:void
SDOChangeSummary.setOldContainmentProperty
(SDODataObject aKey, Property aValue) INTERNAL:void
SDOChangeSummary.setOldSequence
(SDODataObject aKey, Sequence aValue) INTERNAL:void
SDODataObject.undoChanges
(boolean isCSRoot, ChangeSummary cs, SDODataObject origContainer, String origContainmentPropName) INTERNAL: This function reverses any operations that were performed on this object since change tracking was turned on.void
SDODataObject.updateContainment
(Property property, SDODataObject value) INTERNAL: update containment and the update the sequence value by default.void
SDODataObject.updateContainment
(Property property, SDODataObject aDataObject, boolean updateSequence) INTERNAL: Update containment on the dataObject with specified update sequence stateModifierConstructorDescriptionSDOChangeSummary
(SDODataObject dataObject, HelperContext aContext) SDOSequence
(SDODataObject dataObject) -
Uses of SDODataObject in org.eclipse.persistence.sdo.dataobjects
-
Uses of SDODataObject in org.eclipse.persistence.sdo.helper
Modifier and TypeMethodDescriptionSDOMarshalListener.getPathFromAncestor
(SDODataObject sourceDO, SDODataObject targetDO, SDOChangeSummary cs) INTERNAL: Get path for non-deleted DataObjects
ChangeSummary is not required and is set to null.
Assumptions:
target node is an ancestor of the source (this)ModifierConstructorDescriptionListWrapper
(SDODataObject theDataObject, Property theProperty) ListWrapper
(SDODataObject theDataObject, Property theProperty, List theList) Constructor for non-default Pluggable ValueStore implementations
Prerequisites: Containment is already set on theList parameter. -
Uses of SDODataObject in org.eclipse.persistence.sdo.helper.extension
Modifier and TypeMethodDescriptionboolean
XPathHelper.QueryPart.evaluate
(SDODataObject dao) Indicate if the query represented by this QueryPart evaluates to true or false when executed on a given DataObject. -
Uses of SDODataObject in org.eclipse.persistence.sdo.types
Modifier and TypeClassDescriptionstatic class
SDO Propertystatic class
SDO Typestatic class
Wrapper for Boolean Object datatype.static class
Wrapper for Boolean datatype.static class
Wrapper for Byte Object datatype.static class
Wrapper for HEX Binary datatype.static class
Wrapper for Bytes datatype.static class
Wrapper for Byte datatype.static class
Wrapper for Character Object datatype.static class
Wrapper for Character datatype.static class
Wrapper for Date Time datatype.static class
Wrapper for Date datatype.static class
Wrapper for Day datatype.static class
Wrapper for Decimal datatype.static class
Wrapper for Double Object datatype.static class
Wrapper for Double datatype.static class
Wrapper for Duration datatype.static class
Wrapper for Float Object datatype.static class
Wrapper for FLoat datatype.static class
Wrapper for Integer datatype.static class
Wrapper for Int Object datatype.static class
Wrapper for Int datatype.static class
Wrapper for Long Object datatype.static class
Wrapper for Long datatype.static class
Wrapper for Month Day datatype.static class
Wrapper for Month datatype.static class
Wrapper for Object datatype.static class
Wrapper for Short object datatype.static class
Wrapper for Short datatype.static class
Wrapper for Strings datatype.static class
Wrapper for String datatype.static class
Wrapper for Time datatype.static class
Wrapper for URI QName datatype.static class
Wrapper for URI datatype.static class
Wrapper for YearMonthDay datatype.static class
Wrapper for YearMonth datatype.static class
Wrapper for Year datatype.ModifierConstructorDescriptionSDOWrapperType
(Type aPropertyType, String aTypeName, SDOTypeHelper aSDOTypeHelper, QName aSchemaType, Class<? extends SDODataObject> implClass)