|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CascadeType | |
|---|---|
| org.hibernate.jpamodelgen.xml.jaxb | |
| Uses of CascadeType in org.hibernate.jpamodelgen.xml.jaxb |
|---|
| Fields in org.hibernate.jpamodelgen.xml.jaxb declared as CascadeType | |
|---|---|
protected CascadeType |
OneToOne.cascade
|
protected CascadeType |
OneToMany.cascade
|
protected CascadeType |
ManyToOne.cascade
|
protected CascadeType |
ManyToMany.cascade
|
| Methods in org.hibernate.jpamodelgen.xml.jaxb that return CascadeType | |
|---|---|
CascadeType |
ObjectFactory.createCascadeType()
Create an instance of CascadeType |
CascadeType |
OneToOne.getCascade()
Gets the value of the cascade property. |
CascadeType |
OneToMany.getCascade()
Gets the value of the cascade property. |
CascadeType |
ManyToOne.getCascade()
Gets the value of the cascade property. |
CascadeType |
ManyToMany.getCascade()
Gets the value of the cascade property. |
| Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type CascadeType | |
|---|---|
void |
OneToOne.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
OneToMany.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
ManyToOne.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
ManyToMany.setCascade(CascadeType value)
Sets the value of the cascade property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||