Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEmptyType
-
Packages that use JaxbEmptyType Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbEmptyType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbEmptyType Modifier and Type Field Description protected JaxbEmptyTypeJaxbCascadeType. cascadeAllprotected JaxbEmptyTypeJaxbCascadeType. cascadeDeleteprotected JaxbEmptyTypeJaxbCascadeType. cascadeDetachprotected JaxbEmptyTypeJaxbCascadeType. cascadeLockprotected JaxbEmptyTypeJaxbCascadeType. cascadeMergeprotected JaxbEmptyTypeJaxbCascadeType. cascadePersistprotected JaxbEmptyTypeJaxbPersistenceUnitDefaults. cascadePersistprotected JaxbEmptyTypeJaxbCascadeType. cascadeRefreshprotected JaxbEmptyTypeJaxbCascadeType. cascadeRemoveprotected JaxbEmptyTypeJaxbCascadeType. cascadeReplicateprotected JaxbEmptyTypeJaxbCascadeType. cascadeSaveUpdateprotected JaxbEmptyTypeJaxbPersistenceUnitDefaults. delimitedIdentifiersprotected JaxbEmptyTypeJaxbEntity. excludeDefaultListenersprotected JaxbEmptyTypeJaxbMappedSuperclass. excludeDefaultListenersprotected JaxbEmptyTypeJaxbEntity. excludeSuperclassListenersprotected JaxbEmptyTypeJaxbMappedSuperclass. excludeSuperclassListenersprotected JaxbEmptyTypeJaxbPersistenceUnitMetadata. xmlMappingMetadataCompleteMethods in org.hibernate.boot.jaxb.mapping that return JaxbEmptyType Modifier and Type Method Description JaxbEmptyTypeObjectFactory. createJaxbEmptyType()Create an instance ofJaxbEmptyTypeJaxbEmptyTypeJaxbCascadeType. getCascadeAll()Gets the value of the cascadeAll property.JaxbEmptyTypeJaxbCascadeType. getCascadeDelete()Gets the value of the cascadeDelete property.JaxbEmptyTypeJaxbCascadeType. getCascadeDetach()Gets the value of the cascadeDetach property.JaxbEmptyTypeJaxbCascadeType. getCascadeLock()Gets the value of the cascadeLock property.JaxbEmptyTypeJaxbCascadeType. getCascadeMerge()Gets the value of the cascadeMerge property.JaxbEmptyTypeJaxbCascadeType. getCascadePersist()Gets the value of the cascadePersist property.JaxbEmptyTypeJaxbPersistenceUnitDefaults. getCascadePersist()Gets the value of the cascadePersist property.JaxbEmptyTypeJaxbCascadeType. getCascadeRefresh()Gets the value of the cascadeRefresh property.JaxbEmptyTypeJaxbCascadeType. getCascadeRemove()Gets the value of the cascadeRemove property.JaxbEmptyTypeJaxbCascadeType. getCascadeReplicate()Gets the value of the cascadeReplicate property.JaxbEmptyTypeJaxbCascadeType. getCascadeSaveUpdate()Gets the value of the cascadeSaveUpdate property.JaxbEmptyTypeJaxbPersistenceUnitDefaults. getDelimitedIdentifiers()Gets the value of the delimitedIdentifiers property.JaxbEmptyTypeEntityOrMappedSuperclass. getExcludeDefaultListeners()JaxbEmptyTypeJaxbEntity. getExcludeDefaultListeners()Gets the value of the excludeDefaultListeners property.JaxbEmptyTypeJaxbMappedSuperclass. getExcludeDefaultListeners()Gets the value of the excludeDefaultListeners property.JaxbEmptyTypeEntityOrMappedSuperclass. getExcludeSuperclassListeners()JaxbEmptyTypeJaxbEntity. getExcludeSuperclassListeners()Gets the value of the excludeSuperclassListeners property.JaxbEmptyTypeJaxbMappedSuperclass. getExcludeSuperclassListeners()Gets the value of the excludeSuperclassListeners property.JaxbEmptyTypeJaxbPersistenceUnitMetadata. getXmlMappingMetadataComplete()Gets the value of the xmlMappingMetadataComplete property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbEmptyType Modifier and Type Method Description voidJaxbCascadeType. setCascadeAll(JaxbEmptyType value)Sets the value of the cascadeAll property.voidJaxbCascadeType. setCascadeDelete(JaxbEmptyType value)Sets the value of the cascadeDelete property.voidJaxbCascadeType. setCascadeDetach(JaxbEmptyType value)Sets the value of the cascadeDetach property.voidJaxbCascadeType. setCascadeLock(JaxbEmptyType value)Sets the value of the cascadeLock property.voidJaxbCascadeType. setCascadeMerge(JaxbEmptyType value)Sets the value of the cascadeMerge property.voidJaxbCascadeType. setCascadePersist(JaxbEmptyType value)Sets the value of the cascadePersist property.voidJaxbPersistenceUnitDefaults. setCascadePersist(JaxbEmptyType value)Sets the value of the cascadePersist property.voidJaxbCascadeType. setCascadeRefresh(JaxbEmptyType value)Sets the value of the cascadeRefresh property.voidJaxbCascadeType. setCascadeRemove(JaxbEmptyType value)Sets the value of the cascadeRemove property.voidJaxbCascadeType. setCascadeReplicate(JaxbEmptyType value)Sets the value of the cascadeReplicate property.voidJaxbCascadeType. setCascadeSaveUpdate(JaxbEmptyType value)Sets the value of the cascadeSaveUpdate property.voidJaxbPersistenceUnitDefaults. setDelimitedIdentifiers(JaxbEmptyType value)Sets the value of the delimitedIdentifiers property.voidEntityOrMappedSuperclass. setExcludeDefaultListeners(JaxbEmptyType value)voidJaxbEntity. setExcludeDefaultListeners(JaxbEmptyType value)Sets the value of the excludeDefaultListeners property.voidJaxbMappedSuperclass. setExcludeDefaultListeners(JaxbEmptyType value)Sets the value of the excludeDefaultListeners property.voidEntityOrMappedSuperclass. setExcludeSuperclassListeners(JaxbEmptyType value)voidJaxbEntity. setExcludeSuperclassListeners(JaxbEmptyType value)Sets the value of the excludeSuperclassListeners property.voidJaxbMappedSuperclass. setExcludeSuperclassListeners(JaxbEmptyType value)Sets the value of the excludeSuperclassListeners property.voidJaxbPersistenceUnitMetadata. setXmlMappingMetadataComplete(JaxbEmptyType value)Sets the value of the xmlMappingMetadataComplete property.
-