org.apache.cayenne.jpa.map
Class JpaEmbedded

java.lang.Object
  extended by org.apache.cayenne.jpa.map.JpaAttribute
      extended by org.apache.cayenne.jpa.map.JpaEmbedded
All Implemented Interfaces:
XMLSerializable

public class JpaEmbedded
extends JpaAttribute


Field Summary
protected  Collection<JpaAttributeOverride> attributeOverrides
           
 
Fields inherited from class org.apache.cayenne.jpa.map.JpaAttribute
name, propertyDescriptor
 
Constructor Summary
JpaEmbedded()
           
 
Method Summary
 void encodeAsXML(XMLEncoder encoder)
          Prints itself as XML to the provided XMLEncoder.
 Collection<JpaAttributeOverride> getAttributeOverrides()
           
 
Methods inherited from class org.apache.cayenne.jpa.map.JpaAttribute
getName, getPropertyDescriptor, setName, setPropertyDescriptor, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attributeOverrides

protected Collection<JpaAttributeOverride> attributeOverrides
Constructor Detail

JpaEmbedded

public JpaEmbedded()
Method Detail

encodeAsXML

public void encodeAsXML(XMLEncoder encoder)
Description copied from interface: XMLSerializable
Prints itself as XML to the provided XMLEncoder.

Specified by:
encodeAsXML in interface XMLSerializable
Specified by:
encodeAsXML in class JpaAttribute

getAttributeOverrides

public Collection<JpaAttributeOverride> getAttributeOverrides()


Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.