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

Packages that use Embedded
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 Embedded in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type Embedded
protected  List<Embedded> Attributes.embedded
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return Embedded
 Embedded Embedded.clone()
          Creates and returns a deep copy of this object.
 Embedded ObjectFactory.createEmbedded()
          Create an instance of Embedded
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type Embedded
 List<Embedded> Attributes.getEmbedded()
          Gets the value of the embedded property.
 

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



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