Class DirectToXMLTypeMapping

All Implemented Interfaces:
Serializable, Cloneable, MapComponentMapping, MapKeyMapping, RelationalMapping

public class DirectToXMLTypeMapping extends DirectToFieldMapping
Purpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into an Oracle XMLType field, in Oracle 9i XDB.
Since:
Toplink 10.1.3
See Also:
  • Field Details

    • shouldReadWholeDocument

      protected boolean shouldReadWholeDocument
      Indicates if we should initialize the whole DOM on a read. This is only used if the user is mapping from an Oracle Document implementation.
  • Constructor Details

    • DirectToXMLTypeMapping

      public DirectToXMLTypeMapping()
  • Method Details