Uses of Class
org.eclipse.persistence.sdo.SDODataObject
Packages that use SDODataObject
Package
Description
-
Uses of SDODataObject in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo that return SDODataObjectModifier 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 SDODataObjectSDOHelper.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 objectof this data graph.SDODataObject.getRootObject()Methods in org.eclipse.persistence.sdo with parameters of type SDODataObjectModifier and TypeMethodDescriptionvoidSDOChangeSummary.setOldContainer(SDODataObject aKey, DataObject aValue) INTERNAL:voidSDOChangeSummary.setOldContainmentProperty(SDODataObject aKey, Property aValue) INTERNAL:voidSDOChangeSummary.setOldSequence(SDODataObject aKey, Sequence aValue) INTERNAL:voidSDODataObject.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.voidSDODataObject.updateContainment(Property property, SDODataObject value) INTERNAL: update containment and the update the sequence value by default.voidSDODataObject.updateContainment(Property property, SDODataObject aDataObject, boolean updateSequence) INTERNAL: Update containment on the dataObject with specified update sequence stateConstructors in org.eclipse.persistence.sdo with parameters of type SDODataObjectModifierConstructorDescriptionSDOChangeSummary(SDODataObject dataObject, HelperContext aContext) SDOSequence(SDODataObject dataObject) -
Uses of SDODataObject in org.eclipse.persistence.sdo.helper
Fields in org.eclipse.persistence.sdo.helper declared as SDODataObjectMethods in org.eclipse.persistence.sdo.helper with parameters of type SDODataObjectModifier 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)Constructors in org.eclipse.persistence.sdo.helper with parameters of type SDODataObjectModifierConstructorDescriptionListWrapper(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.types
Subclasses of SDODataObject in org.eclipse.persistence.sdo.typesModifier and TypeClassDescriptionstatic classSDO Propertystatic classSDO Typestatic classWrapper for Boolean Object datatype.static classWrapper for Boolean datatype.static classWrapper for Byte Object datatype.static classWrapper for HEX Binary datatype.static classWrapper for Bytes datatype.static classWrapper for Byte datatype.static classWrapper for Character Object datatype.static classWrapper for Character datatype.static classWrapper for Date Time datatype.static classWrapper for Date datatype.static classWrapper for Day datatype.static classWrapper for Decimal datatype.static classWrapper for Double Object datatype.static classWrapper for Double datatype.static classWrapper for Duration datatype.static classWrapper for Float Object datatype.static classWrapper for FLoat datatype.static classWrapper for Integer datatype.static classWrapper for Int Object datatype.static classWrapper for Int datatype.static classWrapper for Long Object datatype.static classWrapper for Long datatype.static classWrapper for Month Day datatype.static classWrapper for Month datatype.static classWrapper for Object datatype.static classWrapper for Short object datatype.static classWrapper for Short datatype.static classWrapper for Strings datatype.static classWrapper for String datatype.static classWrapper for Time datatype.static classWrapper for URI QName datatype.static classWrapper for URI datatype.static classWrapper for YearMonthDay datatype.static classWrapper for YearMonth datatype.static classWrapper for Year datatype.Constructor parameters in org.eclipse.persistence.sdo.types with type arguments of type SDODataObjectModifierConstructorDescriptionSDOWrapperType(Type aPropertyType, String aTypeName, SDOTypeHelper aSDOTypeHelper, QName aSchemaType, Class<? extends SDODataObject> implClass)