Uses of Class
org.eclipse.persistence.sdo.SDODataObject
-
Packages that use SDODataObject Package Description org.eclipse.persistence.sdo org.eclipse.persistence.sdo.helper org.eclipse.persistence.sdo.types -
-
Uses of SDODataObject in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo that return SDODataObject Modifier and Type Method Description SDODataObjectSDODataObject. createDataObject(int propertyIndex)SDODataObjectSDODataObject. createDataObject(int propertyIndex, String namespaceURI, String typeName)SDODataObjectSDODataObject. createDataObject(Property aProperty)SDODataObjectSDODataObject. createDataObject(Property property, Type aType)SDODataObjectSDODataObject. createDataObject(String propertyName, String namespaceURI, String typeName)SDODataObjectSDODataGraph. createRootObject(Type type)Creates a new root data object of the specified type.SDODataObjectSDODataGraph. createRootObject(String namespaceURI, String typeName)Creates a new root data object of thespecified type.SDODataObjectSDODataObject. getContainer()SDODataObjectSDODataObject. getDataObject(int propertyIndex)SDODataObjectSDODataObject. getDataObject(Property property)SDODataObjectSDODataObject. getDataObject(String path)static SDODataObjectSDOHelper. getDataObject(DataObject dataObject)Return the EclipseLink implementation of DataObject.SDODataObjectSDOSequence. getDataObject()SDODataObjectSDOChangeSummary. getOldContainer(DataObject dataObject)SDODataObjectSDOChangeSummary. getRootObject()Returns the ChangeSummary root DataObject - the object from which changes are tracked.SDODataObjectSDODataGraph. getRootObject()Returns the rootdata objectof this data graph.SDODataObjectSDODataObject. getRootObject()Methods in org.eclipse.persistence.sdo with parameters of type SDODataObject Modifier and Type Method Description voidSDOChangeSummary. 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 SDODataObject Constructor Description SDOChangeSummary(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 SDODataObject Modifier and Type Field Description protected SDODataObjectListWrapper. dataObjectMethods in org.eclipse.persistence.sdo.helper with parameters of type SDODataObject Modifier and Type Method Description StringSDOMarshalListener. 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 SDODataObject Constructor Description ListWrapper(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.types Modifier and Type Class Description static classSDOPropertyType.PropertyImplSDO Propertystatic classSDOTypeType.TypeImplSDO Typestatic classSDOWrapperType.BooleanObjectWrapperImplWrapper for Boolean Object datatype.static classSDOWrapperType.BooleanWrapperImplWrapper for Boolean datatype.static classSDOWrapperType.ByteObjectWrapperImplWrapper for Byte Object datatype.static classSDOWrapperType.Bytes_hexBunaryWrapperImplWrapper for HEX Binary datatype.static classSDOWrapperType.BytesWrapperImplWrapper for Bytes datatype.static classSDOWrapperType.ByteWrapperImplWrapper for Byte datatype.static classSDOWrapperType.CharacterObjectWrapperImplWrapper for Character Object datatype.static classSDOWrapperType.CharacterWrapperImplWrapper for Character datatype.static classSDOWrapperType.DateTimeWrapperImplWrapper for Date Time datatype.static classSDOWrapperType.DateWrapperImplWrapper for Date datatype.static classSDOWrapperType.DayWrapperImplWrapper for Day datatype.static classSDOWrapperType.DecimalWrapperImplWrapper for Decimal datatype.static classSDOWrapperType.DoubleObjectWrapperImplWrapper for Double Object datatype.static classSDOWrapperType.DoubleWrapperImplWrapper for Double datatype.static classSDOWrapperType.DurationWrapperImplWrapper for Duration datatype.static classSDOWrapperType.FloatObjectWrapperImplWrapper for Float Object datatype.static classSDOWrapperType.FloatWrapperImplWrapper for FLoat datatype.static classSDOWrapperType.IntegerWrapperImplWrapper for Integer datatype.static classSDOWrapperType.IntObjectWrapperImplWrapper for Int Object datatype.static classSDOWrapperType.IntWrapperImplWrapper for Int datatype.static classSDOWrapperType.LongObjectWrapperImplWrapper for Long Object datatype.static classSDOWrapperType.LongWrapperImplWrapper for Long datatype.static classSDOWrapperType.MonthDayWrapperImplWrapper for Month Day datatype.static classSDOWrapperType.MonthWrapperImplWrapper for Month datatype.static classSDOWrapperType.ObjectWrapperImplWrapper for Object datatype.static classSDOWrapperType.ShortObjectWrapperImplWrapper for Short object datatype.static classSDOWrapperType.ShortWrapperImplWrapper for Short datatype.static classSDOWrapperType.StringsWrapperImplWrapper for Strings datatype.static classSDOWrapperType.StringWrapperImplWrapper for String datatype.static classSDOWrapperType.TimeWrapperImplWrapper for Time datatype.static classSDOWrapperType.URI_QNameWrapperImplWrapper for URI QName datatype.static classSDOWrapperType.URIWrapperImplWrapper for URI datatype.static classSDOWrapperType.YearMonthDayWrapperImplWrapper for YearMonthDay datatype.static classSDOWrapperType.YearMonthWrapperImplWrapper for YearMonth datatype.static classSDOWrapperType.YearWrapperImplWrapper for Year datatype.Constructor parameters in org.eclipse.persistence.sdo.types with type arguments of type SDODataObject Constructor Description SDOWrapperType(Type aPropertyType, String aTypeName, SDOTypeHelper aSDOTypeHelper, QName aSchemaType, Class<? extends SDODataObject> implClass)
-