Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/UserGuide/SDO/Using EclipseLink SDO (ELUG)"

m
m
Line 1: Line 1:
Information pending
 
  
<!--
 
 
This section explains where and how you use EclipseLink SDO to customize your application to meet requirements.
 
This section explains where and how you use EclipseLink SDO to customize your application to meet requirements.
 +
  
 
==Performing Actions on Data Objects at Run Time==
 
==Performing Actions on Data Objects at Run Time==
 +
Use the following classes to perform actions on your [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.ecore.sdo.doc/references/javadoc/commonj/sdo/DataObject.html data objects]:
 +
* <tt>[[#HelperContext | HelperContext]]</tt>
 +
* <tt>[[#DataFactory | DataFactory]]</tt>
 +
* <tt>[[#XMLHelper | XMLHelper]]</tt>
 +
* <tt>[[#DataHelper | DataHelper]]</tt>
 +
* <tt>[[#CopyHelper | CopyHelper]]</tt>
 +
* <tt>[[#EqualityHelper | EqualityHelper]]</tt>
 +
 +
 +
For more information, [see http://wiki.eclipse.org/EclipseLink/Examples/SDO/BasicAPI examples].
  
  
 
===Using HelperContext===
 
===Using HelperContext===
 +
Information pending
  
  
 
====What You May Need to Know About Local and Global HelperContexts====
 
====What You May Need to Know About Local and Global HelperContexts====
 +
Information pending
 +
  
  
 
===Using DataFactory===
 
===Using DataFactory===
 +
Information pending
 +
  
  
 
===Using XMLHelper===
 
===Using XMLHelper===
 +
Information pending
 +
  
  
 
===Using DataHelper===
 
===Using DataHelper===
 +
Information pending
 +
  
  
 
===Using CopyHelper===
 
===Using CopyHelper===
 +
Information pending
 +
  
  
 
===Using EqualityHelper===
 
===Using EqualityHelper===
 +
Information pending
 +
  
  
 
==Generating Static SDO Classes at Design Time==
 
==Generating Static SDO Classes at Design Time==
 +
Information pending
 +
  
  
 
==Performing Integration==
 
==Performing Integration==
 +
Information pending
 +
  
  
 
===Integrating SDO with JAXB===
 
===Integrating SDO with JAXB===
 +
Information pending
 +
  
  
 
===Integrating SDO with JPA===
 
===Integrating SDO with JPA===
 +
Information pending
 +
  
  
 
==Using SDO as a Web Service Binding Layer==
 
==Using SDO as a Web Service Binding Layer==
 +
Information pending
 +
  
  
 
===How to Use Web Service Attachments===
 
===How to Use Web Service Attachments===
 +
Information pending
 +
  
  
 
==Executing XPath with XML==
 
==Executing XPath with XML==
 +
Information pending
 +
  
-->
 
  
 
----
 
----

Revision as of 15:03, 23 April 2009

This section explains where and how you use EclipseLink SDO to customize your application to meet requirements.


Performing Actions on Data Objects at Run Time

Use the following classes to perform actions on your data objects:


For more information, [see http://wiki.eclipse.org/EclipseLink/Examples/SDO/BasicAPI examples].


Using HelperContext

Information pending


What You May Need to Know About Local and Global HelperContexts

Information pending


Using DataFactory

Information pending


Using XMLHelper

Information pending


Using DataHelper

Information pending


Using CopyHelper

Information pending


Using EqualityHelper

Information pending


Generating Static SDO Classes at Design Time

Information pending


Performing Integration

Information pending


Integrating SDO with JAXB

Information pending


Integrating SDO with JPA

Information pending


Using SDO as a Web Service Binding Layer

Information pending


How to Use Web Service Attachments

Information pending


Executing XPath with XML

Information pending



Copyright Statement

Back to the top