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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as PersistenceUnitDefaults
protected  PersistenceUnitDefaults PersistenceUnitMetadata.persistenceUnitDefaults
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return PersistenceUnitDefaults
 PersistenceUnitDefaults PersistenceUnitDefaults.clone()
          Creates and returns a deep copy of this object.
 PersistenceUnitDefaults ObjectFactory.createPersistenceUnitDefaults()
          Create an instance of PersistenceUnitDefaults
 PersistenceUnitDefaults PersistenceUnitMetadata.getPersistenceUnitDefaults()
          Gets the value of the persistenceUnitDefaults property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PersistenceUnitDefaults
 void PersistenceUnitMetadata.setPersistenceUnitDefaults(PersistenceUnitDefaults value)
          Sets the value of the persistenceUnitDefaults property.
 

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



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