Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.EmbeddedId

Packages that use EmbeddedId
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of EmbeddedId in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as EmbeddedId
protected  EmbeddedId Attributes.embeddedId
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return EmbeddedId
 EmbeddedId EmbeddedId.clone()
          Creates and returns a deep copy of this object.
 EmbeddedId ObjectFactory.createEmbeddedId()
          Create an instance of EmbeddedId
 EmbeddedId Attributes.getEmbeddedId()
          Gets the value of the embeddedId property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type EmbeddedId
 void Attributes.setEmbeddedId(EmbeddedId value)
          Sets the value of the embeddedId property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type EmbeddedId
EmbeddedId(EmbeddedId o)
          Creates a new EmbeddedId instance by deeply copying a given EmbeddedId instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.