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

B32476-04

oracle.toplink.ox.mappings
Class XMLAnyAttributeMapping

java.lang.Object
  extended by oracle.toplink.mappings.DatabaseMapping
      extended by oracle.toplink.ox.mappings.XMLAnyAttributeMapping
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, oracle.toplink.ox.mappings.XMLMapping

public class XMLAnyAttributeMapping
extends DatabaseMapping
implements oracle.toplink.ox.mappings.XMLMapping

Since:
Oracle TopLink 11g
See Also:
Serialized Form

Constructor Summary
XMLAnyAttributeMapping()
           
 
Method Summary
 void setContainerPolicy(oracle.toplink.internal.queryframework.ContainerPolicy cp)
           
 void setField(DatabaseField field)
           
 void setXPath(java.lang.String xpath)
           
 void useMapClass(java.lang.Class concreteMapClass)
           
 
Methods inherited from class oracle.toplink.mappings.DatabaseMapping
getAttributeAccessor, getAttributeClassification, 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

XMLAnyAttributeMapping

public XMLAnyAttributeMapping()
Method Detail

setXPath

public void setXPath(java.lang.String xpath)

setContainerPolicy

public void setContainerPolicy(oracle.toplink.internal.queryframework.ContainerPolicy cp)

setField

public void setField(DatabaseField field)

useMapClass

public void useMapClass(java.lang.Class concreteMapClass)

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