|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CascadeType | |
|---|---|
| net.sourceforge.jpaxjc.ns.persistence.orm | This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. |
| Uses of CascadeType in net.sourceforge.jpaxjc.ns.persistence.orm |
|---|
| Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as CascadeType | |
|---|---|
protected CascadeType |
ManyToMany.cascade
|
protected CascadeType |
OneToOne.cascade
|
protected CascadeType |
ManyToOne.cascade
|
protected CascadeType |
OneToMany.cascade
|
| Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return CascadeType | |
|---|---|
CascadeType |
CascadeType.clone()
Creates and returns a deep copy of this object. |
CascadeType |
ObjectFactory.createCascadeType()
Create an instance of CascadeType |
CascadeType |
ManyToMany.getCascade()
Gets the value of the cascade property. |
CascadeType |
OneToOne.getCascade()
Gets the value of the cascade property. |
CascadeType |
ManyToOne.getCascade()
Gets the value of the cascade property. |
CascadeType |
OneToMany.getCascade()
Gets the value of the cascade property. |
| Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type CascadeType | |
|---|---|
void |
ManyToMany.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
OneToOne.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
ManyToOne.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
OneToMany.setCascade(CascadeType value)
Sets the value of the cascade property. |
| Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type CascadeType | |
|---|---|
CascadeType(CascadeType o)
Creates a new CascadeType instance by deeply copying a given CascadeType instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||