Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbEmptyType

Packages that use JaxbEmptyType
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbEmptyType in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbEmptyType
protected  JaxbEmptyType JaxbCascadeType.cascadeAll
           
protected  JaxbEmptyType JaxbCascadeType.cascadeDetach
           
protected  JaxbEmptyType JaxbCascadeType.cascadeMerge
           
protected  JaxbEmptyType JaxbCascadeType.cascadePersist
           
protected  JaxbEmptyType JaxbPersistenceUnitDefaults.cascadePersist
           
protected  JaxbEmptyType JaxbCascadeType.cascadeRefresh
           
protected  JaxbEmptyType JaxbCascadeType.cascadeRemove
           
protected  JaxbEmptyType JaxbPersistenceUnitDefaults.delimitedIdentifiers
           
protected  JaxbEmptyType JaxbEntity.excludeDefaultListeners
           
protected  JaxbEmptyType JaxbMappedSuperclass.excludeDefaultListeners
           
protected  JaxbEmptyType JaxbEntity.excludeSuperclassListeners
           
protected  JaxbEmptyType JaxbMappedSuperclass.excludeSuperclassListeners
           
protected  JaxbEmptyType JaxbPersistenceUnitMetadata.xmlMappingMetadataComplete
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbEmptyType
 JaxbEmptyType ObjectFactory.createJaxbEmptyType()
          Create an instance of JaxbEmptyType
 JaxbEmptyType JaxbCascadeType.getCascadeAll()
          Gets the value of the cascadeAll property.
 JaxbEmptyType JaxbCascadeType.getCascadeDetach()
          Gets the value of the cascadeDetach property.
 JaxbEmptyType JaxbCascadeType.getCascadeMerge()
          Gets the value of the cascadeMerge property.
 JaxbEmptyType JaxbCascadeType.getCascadePersist()
          Gets the value of the cascadePersist property.
 JaxbEmptyType JaxbPersistenceUnitDefaults.getCascadePersist()
          Gets the value of the cascadePersist property.
 JaxbEmptyType JaxbCascadeType.getCascadeRefresh()
          Gets the value of the cascadeRefresh property.
 JaxbEmptyType JaxbCascadeType.getCascadeRemove()
          Gets the value of the cascadeRemove property.
 JaxbEmptyType JaxbPersistenceUnitDefaults.getDelimitedIdentifiers()
          Gets the value of the delimitedIdentifiers property.
 JaxbEmptyType JaxbEntity.getExcludeDefaultListeners()
          Gets the value of the excludeDefaultListeners property.
 JaxbEmptyType JaxbMappedSuperclass.getExcludeDefaultListeners()
          Gets the value of the excludeDefaultListeners property.
 JaxbEmptyType JaxbEntity.getExcludeSuperclassListeners()
          Gets the value of the excludeSuperclassListeners property.
 JaxbEmptyType JaxbMappedSuperclass.getExcludeSuperclassListeners()
          Gets the value of the excludeSuperclassListeners property.
 JaxbEmptyType JaxbPersistenceUnitMetadata.getXmlMappingMetadataComplete()
          Gets the value of the xmlMappingMetadataComplete property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbEmptyType
 void JaxbCascadeType.setCascadeAll(JaxbEmptyType value)
          Sets the value of the cascadeAll property.
 void JaxbCascadeType.setCascadeDetach(JaxbEmptyType value)
          Sets the value of the cascadeDetach property.
 void JaxbCascadeType.setCascadeMerge(JaxbEmptyType value)
          Sets the value of the cascadeMerge property.
 void JaxbCascadeType.setCascadePersist(JaxbEmptyType value)
          Sets the value of the cascadePersist property.
 void JaxbPersistenceUnitDefaults.setCascadePersist(JaxbEmptyType value)
          Sets the value of the cascadePersist property.
 void JaxbCascadeType.setCascadeRefresh(JaxbEmptyType value)
          Sets the value of the cascadeRefresh property.
 void JaxbCascadeType.setCascadeRemove(JaxbEmptyType value)
          Sets the value of the cascadeRemove property.
 void JaxbPersistenceUnitDefaults.setDelimitedIdentifiers(JaxbEmptyType value)
          Sets the value of the delimitedIdentifiers property.
 void JaxbEntity.setExcludeDefaultListeners(JaxbEmptyType value)
          Sets the value of the excludeDefaultListeners property.
 void JaxbMappedSuperclass.setExcludeDefaultListeners(JaxbEmptyType value)
          Sets the value of the excludeDefaultListeners property.
 void JaxbEntity.setExcludeSuperclassListeners(JaxbEmptyType value)
          Sets the value of the excludeSuperclassListeners property.
 void JaxbMappedSuperclass.setExcludeSuperclassListeners(JaxbEmptyType value)
          Sets the value of the excludeSuperclassListeners property.
 void JaxbPersistenceUnitMetadata.setXmlMappingMetadataComplete(JaxbEmptyType value)
          Sets the value of the xmlMappingMetadataComplete property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.