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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as EmptyType
protected  EmptyType CascadeType.cascadeAll
           
protected  EmptyType CascadeType.cascadeMerge
           
protected  EmptyType PersistenceUnitDefaults.cascadePersist
           
protected  EmptyType CascadeType.cascadePersist
           
protected  EmptyType CascadeType.cascadeRefresh
           
protected  EmptyType CascadeType.cascadeRemove
           
protected  EmptyType MappedSuperclass.excludeDefaultListeners
           
protected  EmptyType Entity.excludeDefaultListeners
           
protected  EmptyType MappedSuperclass.excludeSuperclassListeners
           
protected  EmptyType Entity.excludeSuperclassListeners
           
protected  EmptyType PersistenceUnitMetadata.xmlMappingMetadataComplete
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return EmptyType
 EmptyType EmptyType.clone()
          Creates and returns a deep copy of this object.
 EmptyType ObjectFactory.createEmptyType()
          Create an instance of EmptyType
 EmptyType CascadeType.getCascadeAll()
          Gets the value of the cascadeAll property.
 EmptyType CascadeType.getCascadeMerge()
          Gets the value of the cascadeMerge property.
 EmptyType PersistenceUnitDefaults.getCascadePersist()
          Gets the value of the cascadePersist property.
 EmptyType CascadeType.getCascadePersist()
          Gets the value of the cascadePersist property.
 EmptyType CascadeType.getCascadeRefresh()
          Gets the value of the cascadeRefresh property.
 EmptyType CascadeType.getCascadeRemove()
          Gets the value of the cascadeRemove property.
 EmptyType MappedSuperclass.getExcludeDefaultListeners()
          Gets the value of the excludeDefaultListeners property.
 EmptyType Entity.getExcludeDefaultListeners()
          Gets the value of the excludeDefaultListeners property.
 EmptyType MappedSuperclass.getExcludeSuperclassListeners()
          Gets the value of the excludeSuperclassListeners property.
 EmptyType Entity.getExcludeSuperclassListeners()
          Gets the value of the excludeSuperclassListeners property.
 EmptyType PersistenceUnitMetadata.getXmlMappingMetadataComplete()
          Gets the value of the xmlMappingMetadataComplete property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type EmptyType
 void CascadeType.setCascadeAll(EmptyType value)
          Sets the value of the cascadeAll property.
 void CascadeType.setCascadeMerge(EmptyType value)
          Sets the value of the cascadeMerge property.
 void PersistenceUnitDefaults.setCascadePersist(EmptyType value)
          Sets the value of the cascadePersist property.
 void CascadeType.setCascadePersist(EmptyType value)
          Sets the value of the cascadePersist property.
 void CascadeType.setCascadeRefresh(EmptyType value)
          Sets the value of the cascadeRefresh property.
 void CascadeType.setCascadeRemove(EmptyType value)
          Sets the value of the cascadeRemove property.
 void MappedSuperclass.setExcludeDefaultListeners(EmptyType value)
          Sets the value of the excludeDefaultListeners property.
 void Entity.setExcludeDefaultListeners(EmptyType value)
          Sets the value of the excludeDefaultListeners property.
 void MappedSuperclass.setExcludeSuperclassListeners(EmptyType value)
          Sets the value of the excludeSuperclassListeners property.
 void Entity.setExcludeSuperclassListeners(EmptyType value)
          Sets the value of the excludeSuperclassListeners property.
 void PersistenceUnitMetadata.setXmlMappingMetadataComplete(EmptyType value)
          Sets the value of the xmlMappingMetadataComplete property.
 

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



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