Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Packages that use JaxbCascadeType
-
Uses of JaxbCascadeType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCascadeTypeModifier and TypeFieldDescriptionprotected JaxbCascadeTypeJaxbHbmAnyMapping.cascadeprotected JaxbCascadeTypeJaxbHbmManyToAny.cascadeprotected JaxbCascadeTypeJaxbManyToMany.cascadeprotected JaxbCascadeTypeJaxbManyToOne.cascadeprotected JaxbCascadeTypeJaxbOneToMany.cascadeprotected JaxbCascadeTypeJaxbOneToOne.cascadeMethods in org.hibernate.boot.jaxb.mapping that return JaxbCascadeTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbCascadeType()Create an instance ofJaxbCascadeTypeAssociationAttribute.getCascade()JaxbHbmAnyMapping.getCascade()Gets the value of the cascade property.JaxbHbmManyToAny.getCascade()Gets the value of the cascade property.JaxbManyToMany.getCascade()Gets the value of the cascade property.JaxbManyToOne.getCascade()Gets the value of the cascade property.JaxbOneToMany.getCascade()Gets the value of the cascade property.JaxbOneToOne.getCascade()Gets the value of the cascade property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbCascadeTypeModifier and TypeMethodDescriptionvoidAssociationAttribute.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.