Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbCascadeType
-
Packages that use JaxbCascadeType Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbCascadeType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCascadeType Modifier and Type Field Description protected JaxbCascadeType
JaxbHbmAnyMapping. cascade
protected JaxbCascadeType
JaxbHbmManyToAny. cascade
protected JaxbCascadeType
JaxbManyToMany. cascade
protected JaxbCascadeType
JaxbManyToOne. cascade
protected JaxbCascadeType
JaxbOneToMany. cascade
protected JaxbCascadeType
JaxbOneToOne. cascade
Methods in org.hibernate.boot.jaxb.mapping that return JaxbCascadeType Modifier and Type Method Description JaxbCascadeType
ObjectFactory. createJaxbCascadeType()
Create an instance ofJaxbCascadeType
JaxbCascadeType
AssociationAttribute. getCascade()
JaxbCascadeType
JaxbHbmAnyMapping. getCascade()
Gets the value of the cascade property.JaxbCascadeType
JaxbHbmManyToAny. getCascade()
Gets the value of the cascade property.JaxbCascadeType
JaxbManyToMany. getCascade()
Gets the value of the cascade property.JaxbCascadeType
JaxbManyToOne. getCascade()
Gets the value of the cascade property.JaxbCascadeType
JaxbOneToMany. getCascade()
Gets the value of the cascade property.JaxbCascadeType
JaxbOneToOne. getCascade()
Gets the value of the cascade property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbCascadeType Modifier and Type Method Description void
AssociationAttribute. setCascade(JaxbCascadeType value)
void
JaxbHbmAnyMapping. setCascade(JaxbCascadeType value)
Sets the value of the cascade property.void
JaxbHbmManyToAny. setCascade(JaxbCascadeType value)
Sets the value of the cascade property.void
JaxbManyToMany. setCascade(JaxbCascadeType value)
Sets the value of the cascade property.void
JaxbManyToOne. setCascade(JaxbCascadeType value)
Sets the value of the cascade property.void
JaxbOneToMany. setCascade(JaxbCascadeType value)
Sets the value of the cascade property.void
JaxbOneToOne. setCascade(JaxbCascadeType value)
Sets the value of the cascade property.
-