Package org.hibernate.boot.jaxb.mapping
Class JaxbCascadeType
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbCascadeType
-
- All Implemented Interfaces:
Serializable
public class JaxbCascadeType extends Object implements Serializable
See `@jakarta.persistence.CascadeType` See `@org.hibernate.annotations.Cascade`Java class for cascade-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cascade-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cascade-all" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-persist" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-merge" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-remove" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-refresh" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-detach" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-delete" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-save-update" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-replicate" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> <element name="cascade-lock" type="{http://www.hibernate.org/xsd/orm/mapping}emptyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected JaxbEmptyType
cascadeAll
protected JaxbEmptyType
cascadeDelete
protected JaxbEmptyType
cascadeDetach
protected JaxbEmptyType
cascadeLock
protected JaxbEmptyType
cascadeMerge
protected JaxbEmptyType
cascadePersist
protected JaxbEmptyType
cascadeRefresh
protected JaxbEmptyType
cascadeRemove
protected JaxbEmptyType
cascadeReplicate
protected JaxbEmptyType
cascadeSaveUpdate
-
Constructor Summary
Constructors Constructor Description JaxbCascadeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JaxbEmptyType
getCascadeAll()
Gets the value of the cascadeAll property.JaxbEmptyType
getCascadeDelete()
Gets the value of the cascadeDelete property.JaxbEmptyType
getCascadeDetach()
Gets the value of the cascadeDetach property.JaxbEmptyType
getCascadeLock()
Gets the value of the cascadeLock property.JaxbEmptyType
getCascadeMerge()
Gets the value of the cascadeMerge property.JaxbEmptyType
getCascadePersist()
Gets the value of the cascadePersist property.JaxbEmptyType
getCascadeRefresh()
Gets the value of the cascadeRefresh property.JaxbEmptyType
getCascadeRemove()
Gets the value of the cascadeRemove property.JaxbEmptyType
getCascadeReplicate()
Gets the value of the cascadeReplicate property.JaxbEmptyType
getCascadeSaveUpdate()
Gets the value of the cascadeSaveUpdate property.void
setCascadeAll(JaxbEmptyType value)
Sets the value of the cascadeAll property.void
setCascadeDelete(JaxbEmptyType value)
Sets the value of the cascadeDelete property.void
setCascadeDetach(JaxbEmptyType value)
Sets the value of the cascadeDetach property.void
setCascadeLock(JaxbEmptyType value)
Sets the value of the cascadeLock property.void
setCascadeMerge(JaxbEmptyType value)
Sets the value of the cascadeMerge property.void
setCascadePersist(JaxbEmptyType value)
Sets the value of the cascadePersist property.void
setCascadeRefresh(JaxbEmptyType value)
Sets the value of the cascadeRefresh property.void
setCascadeRemove(JaxbEmptyType value)
Sets the value of the cascadeRemove property.void
setCascadeReplicate(JaxbEmptyType value)
Sets the value of the cascadeReplicate property.void
setCascadeSaveUpdate(JaxbEmptyType value)
Sets the value of the cascadeSaveUpdate property.
-
-
-
Field Detail
-
cascadeAll
protected JaxbEmptyType cascadeAll
-
cascadePersist
protected JaxbEmptyType cascadePersist
-
cascadeMerge
protected JaxbEmptyType cascadeMerge
-
cascadeRemove
protected JaxbEmptyType cascadeRemove
-
cascadeRefresh
protected JaxbEmptyType cascadeRefresh
-
cascadeDetach
protected JaxbEmptyType cascadeDetach
-
cascadeDelete
protected JaxbEmptyType cascadeDelete
-
cascadeSaveUpdate
protected JaxbEmptyType cascadeSaveUpdate
-
cascadeReplicate
protected JaxbEmptyType cascadeReplicate
-
cascadeLock
protected JaxbEmptyType cascadeLock
-
-
Method Detail
-
getCascadeAll
public JaxbEmptyType getCascadeAll()
Gets the value of the cascadeAll property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeAll
public void setCascadeAll(JaxbEmptyType value)
Sets the value of the cascadeAll property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadePersist
public JaxbEmptyType getCascadePersist()
Gets the value of the cascadePersist property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadePersist
public void setCascadePersist(JaxbEmptyType value)
Sets the value of the cascadePersist property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadeMerge
public JaxbEmptyType getCascadeMerge()
Gets the value of the cascadeMerge property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeMerge
public void setCascadeMerge(JaxbEmptyType value)
Sets the value of the cascadeMerge property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadeRemove
public JaxbEmptyType getCascadeRemove()
Gets the value of the cascadeRemove property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeRemove
public void setCascadeRemove(JaxbEmptyType value)
Sets the value of the cascadeRemove property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadeRefresh
public JaxbEmptyType getCascadeRefresh()
Gets the value of the cascadeRefresh property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeRefresh
public void setCascadeRefresh(JaxbEmptyType value)
Sets the value of the cascadeRefresh property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadeDetach
public JaxbEmptyType getCascadeDetach()
Gets the value of the cascadeDetach property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeDetach
public void setCascadeDetach(JaxbEmptyType value)
Sets the value of the cascadeDetach property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadeDelete
public JaxbEmptyType getCascadeDelete()
Gets the value of the cascadeDelete property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeDelete
public void setCascadeDelete(JaxbEmptyType value)
Sets the value of the cascadeDelete property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadeSaveUpdate
public JaxbEmptyType getCascadeSaveUpdate()
Gets the value of the cascadeSaveUpdate property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeSaveUpdate
public void setCascadeSaveUpdate(JaxbEmptyType value)
Sets the value of the cascadeSaveUpdate property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadeReplicate
public JaxbEmptyType getCascadeReplicate()
Gets the value of the cascadeReplicate property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeReplicate
public void setCascadeReplicate(JaxbEmptyType value)
Sets the value of the cascadeReplicate property.- Parameters:
value
- allowed object isJaxbEmptyType
-
getCascadeLock
public JaxbEmptyType getCascadeLock()
Gets the value of the cascadeLock property.- Returns:
- possible object is
JaxbEmptyType
-
setCascadeLock
public void setCascadeLock(JaxbEmptyType value)
Sets the value of the cascadeLock property.- Parameters:
value
- allowed object isJaxbEmptyType
-
-