Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Features/SDO"

m (Extended Functionality)
Line 8: Line 8:
 
=== Extended Functionality ===
 
=== Extended Functionality ===
  
* *XPathHelper* - An externalized means of executing XPath statements against an SDO data graph.  This result set better matches the result set obtained when executing an XPath against an XML document than the get(String) method on DataObject.
+
* '''XPathHelper''' - An externalized means of executing XPath statements against an SDO data graph.  This result set better matches the result set obtained when executing an XPath against an XML document than the get(String) method on DataObject.
  
 
=== Features Not Yet Supported ===
 
=== Features Not Yet Supported ===

Revision as of 15:42, 30 October 2007


EclipseLink support Service Data Objects 2.1.

  • Dynamic Data Objects
  • Static Data Objects

Extended Functionality

  • XPathHelper - An externalized means of executing XPath statements against an SDO data graph. This result set better matches the result set obtained when executing an XPath against an XML document than the get(String) method on DataObject.

Features Not Yet Supported

Back to the top