org.apache.cayenne.jpa.map
Class JpaEmbeddedId
java.lang.Object
org.apache.cayenne.jpa.map.JpaAttribute
org.apache.cayenne.jpa.map.JpaEmbeddedId
- All Implemented Interfaces:
- XMLSerializable
public class JpaEmbeddedId
- extends JpaAttribute
attributeOverrides
protected Collection<JpaAttributeOverride> attributeOverrides
JpaEmbeddedId
public JpaEmbeddedId()
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.