Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Packages that use JaxbCascadeType Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbCascadeType in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbCascadeType Modifier and Type Field Description protected JaxbCascadeTypeJaxbManyToMany. cascadeprotected JaxbCascadeTypeJaxbManyToOne. cascadeprotected JaxbCascadeTypeJaxbOneToMany. cascadeprotected JaxbCascadeTypeJaxbOneToOne. cascadeMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCascadeType Modifier and Type Method Description JaxbCascadeTypeObjectFactory. createJaxbCascadeType()Create an instance ofJaxbCascadeTypeJaxbCascadeTypeAssociationAttribute. getCascade()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.spi with parameters of type JaxbCascadeType Modifier and Type Method Description voidAssociationAttribute. setCascade(JaxbCascadeType value)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.
-