Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.ox.mappings
Class XMLFragmentMapping

java.lang.Object
  extended by oracle.toplink.mappings.DatabaseMapping
      extended by oracle.toplink.mappings.foundation.AbstractDirectMapping
          extended by oracle.toplink.ox.mappings.XMLDirectMapping
              extended by oracle.toplink.ox.mappings.XMLFragmentMapping

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, oracle.toplink.ox.mappings.XMLMapping, oracle.toplink.ox.mappings.XMLNillableMapping

public class XMLFragmentMapping
extends XMLDirectMapping

Purpose:This mapping provides a means to keep a part of an XML tree as a Node.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.toplink.ox.mappings.XMLDirectMapping
isCDATA

 

Constructor Summary
XMLFragmentMapping()
           

 

Method Summary
 void setXPath(java.lang.String xpathString)
          Set the Mapping field name attribute to the given XPath String

 

Methods inherited from class oracle.toplink.ox.mappings.XMLDirectMapping
getXPath, initialize, isCDATA, setAttributeValueInObject, setIsCDATA, setNullPolicy

 

Methods inherited from class oracle.toplink.mappings.foundation.AbstractDirectMapping
getAttributeClassification, getConverter, getFieldClassification, getFieldName, getNullValue, hasConverter, isMutable, setAttributeClassification, setConverter, setConverterClassName, setField, setFieldClassification, setFieldType, setIsMutable, setNullValue

 

Methods inherited from class oracle.toplink.mappings.DatabaseMapping
getAttributeAccessor, getAttributeName, getGetMethodName, getProperty, getReferenceDescriptor, getSetMethodName, isLazy, isOptional, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, setIsLazy, setIsOptional, setIsReadOnly, setProperty, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XMLFragmentMapping

public XMLFragmentMapping()

Method Detail

setXPath

public void setXPath(java.lang.String xpathString)
Description copied from class: oracle.toplink.ox.mappings.XMLDirectMapping
Set the Mapping field name attribute to the given XPath String
Overrides:
setXPath in class XMLDirectMapping
Parameters:
xpathString - String

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.