Skip Headers
Oracle TopLink Developer's Guide
10g Release 3 (10.1.3)
B13593-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

Direct to XMLType Mapping

Using a direct-to-XMLType mapping, you can map XML data in the form of a String or an org.w3c.dom.Document object to an XMLType column in an Oracle Database (introduced in version 9.2.0.1).

If you plan to use direct to XML type mappings in TopLink Workbench and the TopLink runtime, you must include the Oracle Database xdb.jar file in the TopLink Workbench classpath (see "Configuring the TopLink Workbench Environment").

The TopLink query framework provides a number of expression operators you can use to create queries based on the content of that XML data (see "XMLType Functions").

See Chapter 39, "Configuring a Relational Direct-to-XMLType Mapping" for more information.