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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type MappedSuperclass
protected  List<MappedSuperclass> EntityMappings.mappedSuperclass
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type MappedSuperclass
 List<MappedSuperclass> EntityMappings.getMappedSuperclass()
          Gets the value of the mappedSuperclass property.
 

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



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