Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEmptyType
-
Packages that use JaxbEmptyType Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbEmptyType in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbEmptyType Modifier and Type Field Description protected JaxbEmptyTypeJaxbCascadeType. cascadeAllprotected JaxbEmptyTypeJaxbCascadeType. cascadeDetachprotected JaxbEmptyTypeJaxbCascadeType. cascadeMergeprotected JaxbEmptyTypeJaxbCascadeType. cascadePersistprotected JaxbEmptyTypeJaxbPersistenceUnitDefaults. cascadePersistprotected JaxbEmptyTypeJaxbCascadeType. cascadeRefreshprotected JaxbEmptyTypeJaxbCascadeType. cascadeRemoveprotected JaxbEmptyTypeJaxbPersistenceUnitDefaults. delimitedIdentifiersprotected JaxbEmptyTypeJaxbEntity. excludeDefaultListenersprotected JaxbEmptyTypeJaxbMappedSuperclass. excludeDefaultListenersprotected JaxbEmptyTypeJaxbEntity. excludeSuperclassListenersprotected JaxbEmptyTypeJaxbMappedSuperclass. excludeSuperclassListenersprotected JaxbEmptyTypeJaxbPersistenceUnitMetadata. xmlMappingMetadataCompleteMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEmptyType Modifier and Type Method Description JaxbEmptyTypeObjectFactory. createJaxbEmptyType()Create an instance ofJaxbEmptyTypeJaxbEmptyTypeJaxbCascadeType. getCascadeAll()Gets the value of the cascadeAll property.JaxbEmptyTypeJaxbCascadeType. getCascadeDetach()Gets the value of the cascadeDetach 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.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.spi with parameters of type JaxbEmptyType Modifier and Type Method Description voidJaxbCascadeType. setCascadeAll(JaxbEmptyType value)Sets the value of the cascadeAll property.voidJaxbCascadeType. setCascadeDetach(JaxbEmptyType value)Sets the value of the cascadeDetach 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.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.
-