Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.EmptyType
-
Packages that use EmptyType Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of EmptyType in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as EmptyType Modifier and Type Field Description protected EmptyTypeCascadeType. cascadeAllprotected EmptyTypeCascadeType. cascadeDetachprotected EmptyTypeCascadeType. cascadeMergeprotected EmptyTypeCascadeType. cascadePersistprotected EmptyTypePersistenceUnitDefaults. cascadePersistprotected EmptyTypeCascadeType. cascadeRefreshprotected EmptyTypeCascadeType. cascadeRemoveprotected EmptyTypePersistenceUnitDefaults. delimitedIdentifiersprotected EmptyTypeEntity. excludeDefaultListenersprotected EmptyTypeMappedSuperclass. excludeDefaultListenersprotected EmptyTypeEntity. excludeSuperclassListenersprotected EmptyTypeMappedSuperclass. excludeSuperclassListenersprotected EmptyTypePersistenceUnitMetadata. xmlMappingMetadataCompleteMethods in org.hibernate.jpamodelgen.xml.jaxb that return EmptyType Modifier and Type Method Description EmptyTypeObjectFactory. createEmptyType()Create an instance ofEmptyTypeEmptyTypeCascadeType. getCascadeAll()Gets the value of the cascadeAll property.EmptyTypeCascadeType. getCascadeDetach()Gets the value of the cascadeDetach property.EmptyTypeCascadeType. getCascadeMerge()Gets the value of the cascadeMerge property.EmptyTypeCascadeType. getCascadePersist()Gets the value of the cascadePersist property.EmptyTypePersistenceUnitDefaults. getCascadePersist()Gets the value of the cascadePersist property.EmptyTypeCascadeType. getCascadeRefresh()Gets the value of the cascadeRefresh property.EmptyTypeCascadeType. getCascadeRemove()Gets the value of the cascadeRemove property.EmptyTypePersistenceUnitDefaults. getDelimitedIdentifiers()Gets the value of the delimitedIdentifiers property.EmptyTypeEntity. getExcludeDefaultListeners()Gets the value of the excludeDefaultListeners property.EmptyTypeMappedSuperclass. getExcludeDefaultListeners()Gets the value of the excludeDefaultListeners property.EmptyTypeEntity. getExcludeSuperclassListeners()Gets the value of the excludeSuperclassListeners property.EmptyTypeMappedSuperclass. getExcludeSuperclassListeners()Gets the value of the excludeSuperclassListeners property.EmptyTypePersistenceUnitMetadata. getXmlMappingMetadataComplete()Gets the value of the xmlMappingMetadataComplete property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type EmptyType Modifier and Type Method Description voidCascadeType. setCascadeAll(EmptyType value)Sets the value of the cascadeAll property.voidCascadeType. setCascadeDetach(EmptyType value)Sets the value of the cascadeDetach property.voidCascadeType. setCascadeMerge(EmptyType value)Sets the value of the cascadeMerge property.voidCascadeType. setCascadePersist(EmptyType value)Sets the value of the cascadePersist property.voidPersistenceUnitDefaults. setCascadePersist(EmptyType value)Sets the value of the cascadePersist property.voidCascadeType. setCascadeRefresh(EmptyType value)Sets the value of the cascadeRefresh property.voidCascadeType. setCascadeRemove(EmptyType value)Sets the value of the cascadeRemove property.voidPersistenceUnitDefaults. setDelimitedIdentifiers(EmptyType value)Sets the value of the delimitedIdentifiers property.voidEntity. setExcludeDefaultListeners(EmptyType value)Sets the value of the excludeDefaultListeners property.voidMappedSuperclass. setExcludeDefaultListeners(EmptyType value)Sets the value of the excludeDefaultListeners property.voidEntity. setExcludeSuperclassListeners(EmptyType value)Sets the value of the excludeSuperclassListeners property.voidMappedSuperclass. setExcludeSuperclassListeners(EmptyType value)Sets the value of the excludeSuperclassListeners property.voidPersistenceUnitMetadata. setXmlMappingMetadataComplete(EmptyType value)Sets the value of the xmlMappingMetadataComplete property.
-