Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected EmptyType |
CascadeType.cascadeAll |
protected EmptyType |
CascadeType.cascadeDetach |
protected EmptyType |
CascadeType.cascadeMerge |
protected EmptyType |
CascadeType.cascadePersist |
protected EmptyType |
PersistenceUnitDefaults.cascadePersist |
protected EmptyType |
CascadeType.cascadeRefresh |
protected EmptyType |
CascadeType.cascadeRemove |
protected EmptyType |
PersistenceUnitDefaults.delimitedIdentifiers |
protected EmptyType |
Entity.excludeDefaultListeners |
protected EmptyType |
MappedSuperclass.excludeDefaultListeners |
protected EmptyType |
Entity.excludeSuperclassListeners |
protected EmptyType |
MappedSuperclass.excludeSuperclassListeners |
protected EmptyType |
PersistenceUnitMetadata.xmlMappingMetadataComplete |
Modifier and Type | Method and Description |
---|---|
EmptyType |
ObjectFactory.createEmptyType()
Create an instance of
EmptyType |
EmptyType |
CascadeType.getCascadeAll()
Gets the value of the cascadeAll property.
|
EmptyType |
CascadeType.getCascadeDetach()
Gets the value of the cascadeDetach property.
|
EmptyType |
CascadeType.getCascadeMerge()
Gets the value of the cascadeMerge property.
|
EmptyType |
CascadeType.getCascadePersist()
Gets the value of the cascadePersist property.
|
EmptyType |
PersistenceUnitDefaults.getCascadePersist()
Gets the value of the cascadePersist property.
|
EmptyType |
CascadeType.getCascadeRefresh()
Gets the value of the cascadeRefresh property.
|
EmptyType |
CascadeType.getCascadeRemove()
Gets the value of the cascadeRemove property.
|
EmptyType |
PersistenceUnitDefaults.getDelimitedIdentifiers()
Gets the value of the delimitedIdentifiers property.
|
EmptyType |
Entity.getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.
|
EmptyType |
MappedSuperclass.getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.
|
EmptyType |
Entity.getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property.
|
EmptyType |
MappedSuperclass.getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property.
|
EmptyType |
PersistenceUnitMetadata.getXmlMappingMetadataComplete()
Gets the value of the xmlMappingMetadataComplete property.
|
Modifier and Type | Method and Description |
---|---|
void |
CascadeType.setCascadeAll(EmptyType value)
Sets the value of the cascadeAll property.
|
void |
CascadeType.setCascadeDetach(EmptyType value)
Sets the value of the cascadeDetach property.
|
void |
CascadeType.setCascadeMerge(EmptyType value)
Sets the value of the cascadeMerge property.
|
void |
CascadeType.setCascadePersist(EmptyType value)
Sets the value of the cascadePersist property.
|
void |
PersistenceUnitDefaults.setCascadePersist(EmptyType value)
Sets the value of the cascadePersist property.
|
void |
CascadeType.setCascadeRefresh(EmptyType value)
Sets the value of the cascadeRefresh property.
|
void |
CascadeType.setCascadeRemove(EmptyType value)
Sets the value of the cascadeRemove property.
|
void |
PersistenceUnitDefaults.setDelimitedIdentifiers(EmptyType value)
Sets the value of the delimitedIdentifiers property.
|
void |
Entity.setExcludeDefaultListeners(EmptyType value)
Sets the value of the excludeDefaultListeners property.
|
void |
MappedSuperclass.setExcludeDefaultListeners(EmptyType value)
Sets the value of the excludeDefaultListeners property.
|
void |
Entity.setExcludeSuperclassListeners(EmptyType value)
Sets the value of the excludeSuperclassListeners property.
|
void |
MappedSuperclass.setExcludeSuperclassListeners(EmptyType value)
Sets the value of the excludeSuperclassListeners property.
|
void |
PersistenceUnitMetadata.setXmlMappingMetadataComplete(EmptyType value)
Sets the value of the xmlMappingMetadataComplete property.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.