Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.EmptyType

Packages that use EmptyType
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of EmptyType in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as EmptyType
protected  EmptyType CascadeType.cascadeAll
           
protected  EmptyType CascadeType.cascadeDetach
           
protected  EmptyType CascadeType.cascadeMerge
           
protected  EmptyType CascadeType.cascadePersist
           
protected  EmptyType PersistenceUnitDefaults.cascadePersist
           
protected  EmptyType CascadeType.cascadeRefresh
           
protected  EmptyType CascadeType.cascadeRemove
           
protected  EmptyType PersistenceUnitDefaults.delimitedIdentifiers
           
protected  EmptyType MappedSuperclass.excludeDefaultListeners
           
protected  EmptyType Entity.excludeDefaultListeners
           
protected  EmptyType MappedSuperclass.excludeSuperclassListeners
           
protected  EmptyType Entity.excludeSuperclassListeners
           
protected  EmptyType PersistenceUnitMetadata.xmlMappingMetadataComplete
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return EmptyType
 EmptyType ObjectFactory.createEmptyType()
          Create an instance of EmptyType
 EmptyType CascadeType.getCascadeAll()
          Gets the value of the cascadeAll property.
 EmptyType CascadeType.getCascadeDetach()
          Gets the value of the cascadeDetach property.
 EmptyType CascadeType.getCascadeMerge()
          Gets the value of the cascadeMerge property.
 EmptyType CascadeType.getCascadePersist()
          Gets the value of the cascadePersist property.
 EmptyType PersistenceUnitDefaults.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 PersistenceUnitDefaults.getDelimitedIdentifiers()
          Gets the value of the delimitedIdentifiers 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 org.hibernate.jpamodelgen.xml.jaxb with parameters of type EmptyType
 void CascadeType.setCascadeAll(EmptyType value)
          Sets the value of the cascadeAll property.
 void CascadeType.setCascadeDetach(EmptyType value)
          Sets the value of the cascadeDetach property.
 void CascadeType.setCascadeMerge(EmptyType value)
          Sets the value of the cascadeMerge property.
 void CascadeType.setCascadePersist(EmptyType value)
          Sets the value of the cascadePersist property.
 void PersistenceUnitDefaults.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 PersistenceUnitDefaults.setDelimitedIdentifiers(EmptyType value)
          Sets the value of the delimitedIdentifiers 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.
 



Copyright © 2009-2011. All Rights Reserved.