|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.internal.jaxb.mapping.orm.JaxbCascadeType
public class JaxbCascadeType
public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH, DETACH};
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://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-persist" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-merge" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-remove" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-refresh" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="cascade-detach" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JaxbEmptyType |
cascadeAll
|
protected JaxbEmptyType |
cascadeDetach
|
protected JaxbEmptyType |
cascadeMerge
|
protected JaxbEmptyType |
cascadePersist
|
protected JaxbEmptyType |
cascadeRefresh
|
protected JaxbEmptyType |
cascadeRemove
|
| Constructor Summary | |
|---|---|
JaxbCascadeType()
|
|
| Method Summary | |
|---|---|
JaxbEmptyType |
getCascadeAll()
Gets the value of the cascadeAll property. |
JaxbEmptyType |
getCascadeDetach()
Gets the value of the cascadeDetach 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. |
void |
setCascadeAll(JaxbEmptyType value)
Sets the value of the cascadeAll property. |
void |
setCascadeDetach(JaxbEmptyType value)
Sets the value of the cascadeDetach 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JaxbEmptyType cascadeAll
protected JaxbEmptyType cascadePersist
protected JaxbEmptyType cascadeMerge
protected JaxbEmptyType cascadeRemove
protected JaxbEmptyType cascadeRefresh
protected JaxbEmptyType cascadeDetach
| Constructor Detail |
|---|
public JaxbCascadeType()
| Method Detail |
|---|
public JaxbEmptyType getCascadeAll()
JaxbEmptyTypepublic void setCascadeAll(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadePersist()
JaxbEmptyTypepublic void setCascadePersist(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadeMerge()
JaxbEmptyTypepublic void setCascadeMerge(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadeRemove()
JaxbEmptyTypepublic void setCascadeRemove(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadeRefresh()
JaxbEmptyTypepublic void setCascadeRefresh(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getCascadeDetach()
JaxbEmptyTypepublic void setCascadeDetach(JaxbEmptyType value)
value - allowed object is
JaxbEmptyType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||