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 JaxbCascadeTypeJaxbHbmAnyMapping. cascadeprotected JaxbCascadeTypeJaxbHbmManyToAny. cascadeprotected JaxbCascadeTypeJaxbManyToMany. cascadeprotected JaxbCascadeTypeJaxbManyToOne. cascadeprotected JaxbCascadeTypeJaxbOneToMany. cascadeprotected JaxbCascadeTypeJaxbOneToOne. cascadeMethods in org.hibernate.boot.jaxb.mapping that return JaxbCascadeType Modifier and Type Method Description JaxbCascadeTypeObjectFactory. createJaxbCascadeType()Create an instance ofJaxbCascadeTypeJaxbCascadeTypeAssociationAttribute. getCascade()JaxbCascadeTypeJaxbHbmAnyMapping. getCascade()Gets the value of the cascade property.JaxbCascadeTypeJaxbHbmManyToAny. getCascade()Gets the value of the cascade property.JaxbCascadeTypeJaxbManyToMany. getCascade()Gets the value of the cascade property.JaxbCascadeTypeJaxbManyToOne. getCascade()Gets the value of the cascade property.JaxbCascadeTypeJaxbOneToMany. getCascade()Gets the value of the cascade property.JaxbCascadeTypeJaxbOneToOne. 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 voidAssociationAttribute. setCascade(JaxbCascadeType value)voidJaxbHbmAnyMapping. setCascade(JaxbCascadeType value)Sets the value of the cascade property.voidJaxbHbmManyToAny. setCascade(JaxbCascadeType value)Sets the value of the cascade property.voidJaxbManyToMany. setCascade(JaxbCascadeType value)Sets the value of the cascade property.voidJaxbManyToOne. setCascade(JaxbCascadeType value)Sets the value of the cascade property.voidJaxbOneToMany. setCascade(JaxbCascadeType value)Sets the value of the cascade property.voidJaxbOneToOne. setCascade(JaxbCascadeType value)Sets the value of the cascade property.
-