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 JaxbEmptyType
JaxbCascadeType. cascadeAll
protected JaxbEmptyType
JaxbCascadeType. cascadeDelete
protected JaxbEmptyType
JaxbCascadeType. cascadeDetach
protected JaxbEmptyType
JaxbCascadeType. cascadeLock
protected JaxbEmptyType
JaxbCascadeType. cascadeMerge
protected JaxbEmptyType
JaxbCascadeType. cascadePersist
protected JaxbEmptyType
JaxbPersistenceUnitDefaults. cascadePersist
protected JaxbEmptyType
JaxbCascadeType. cascadeRefresh
protected JaxbEmptyType
JaxbCascadeType. cascadeRemove
protected JaxbEmptyType
JaxbCascadeType. cascadeReplicate
protected JaxbEmptyType
JaxbCascadeType. cascadeSaveUpdate
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.boot.jaxb.mapping that return JaxbEmptyType Modifier and Type Method Description JaxbEmptyType
ObjectFactory. createJaxbEmptyType()
Create an instance ofJaxbEmptyType
JaxbEmptyType
JaxbCascadeType. getCascadeAll()
Gets the value of the cascadeAll property.JaxbEmptyType
JaxbCascadeType. getCascadeDelete()
Gets the value of the cascadeDelete property.JaxbEmptyType
JaxbCascadeType. getCascadeDetach()
Gets the value of the cascadeDetach property.JaxbEmptyType
JaxbCascadeType. getCascadeLock()
Gets the value of the cascadeLock 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
JaxbCascadeType. getCascadeReplicate()
Gets the value of the cascadeReplicate property.JaxbEmptyType
JaxbCascadeType. getCascadeSaveUpdate()
Gets the value of the cascadeSaveUpdate property.JaxbEmptyType
JaxbPersistenceUnitDefaults. getDelimitedIdentifiers()
Gets the value of the delimitedIdentifiers property.JaxbEmptyType
EntityOrMappedSuperclass. getExcludeDefaultListeners()
JaxbEmptyType
JaxbEntity. getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.JaxbEmptyType
JaxbMappedSuperclass. getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.JaxbEmptyType
EntityOrMappedSuperclass. getExcludeSuperclassListeners()
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.boot.jaxb.mapping with parameters of type JaxbEmptyType Modifier and Type Method Description void
JaxbCascadeType. setCascadeAll(JaxbEmptyType value)
Sets the value of the cascadeAll property.void
JaxbCascadeType. setCascadeDelete(JaxbEmptyType value)
Sets the value of the cascadeDelete property.void
JaxbCascadeType. setCascadeDetach(JaxbEmptyType value)
Sets the value of the cascadeDetach property.void
JaxbCascadeType. setCascadeLock(JaxbEmptyType value)
Sets the value of the cascadeLock 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
JaxbCascadeType. setCascadeReplicate(JaxbEmptyType value)
Sets the value of the cascadeReplicate property.void
JaxbCascadeType. setCascadeSaveUpdate(JaxbEmptyType value)
Sets the value of the cascadeSaveUpdate property.void
JaxbPersistenceUnitDefaults. setDelimitedIdentifiers(JaxbEmptyType value)
Sets the value of the delimitedIdentifiers property.void
EntityOrMappedSuperclass. setExcludeDefaultListeners(JaxbEmptyType value)
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
EntityOrMappedSuperclass. setExcludeSuperclassListeners(JaxbEmptyType value)
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.
-