Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Packages that use CascadeType Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of CascadeType in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as CascadeType Modifier and Type Field Description protected CascadeType
ManyToMany. cascade
protected CascadeType
ManyToOne. cascade
protected CascadeType
OneToMany. cascade
protected CascadeType
OneToOne. cascade
Methods in org.hibernate.jpamodelgen.xml.jaxb that return CascadeType Modifier and Type Method Description CascadeType
ObjectFactory. createCascadeType()
Create an instance ofCascadeType
CascadeType
ManyToMany. 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.CascadeType
OneToOne. getCascade()
Gets the value of the cascade property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type CascadeType Modifier and Type Method Description void
ManyToMany. 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.void
OneToOne. setCascade(CascadeType value)
Sets the value of the cascade property.
-