Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPreRemove
Packages that use JaxbPreRemove
-
Uses of JaxbPreRemove in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPreRemoveModifier and TypeFieldDescriptionprotected JaxbPreRemoveJaxbEntity.preRemoveprotected JaxbPreRemoveJaxbEntityListener.preRemoveprotected JaxbPreRemoveJaxbMappedSuperclass.preRemoveMethods in org.hibernate.boot.jaxb.mapping that return JaxbPreRemoveModifier and TypeMethodDescriptionObjectFactory.createJaxbPreRemove()Create an instance ofJaxbPreRemoveEntityOrMappedSuperclass.getPreRemove()JaxbEntity.getPreRemove()Gets the value of the preRemove property.JaxbEntityListener.getPreRemove()Gets the value of the preRemove property.JaxbMappedSuperclass.getPreRemove()Gets the value of the preRemove property.LifecycleCallbackContainer.getPreRemove()Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPreRemoveModifier and TypeMethodDescriptionvoidEntityOrMappedSuperclass.setPreRemove(JaxbPreRemove value) voidJaxbEntity.setPreRemove(JaxbPreRemove value) Sets the value of the preRemove property.voidJaxbEntityListener.setPreRemove(JaxbPreRemove value) Sets the value of the preRemove property.voidJaxbMappedSuperclass.setPreRemove(JaxbPreRemove value) Sets the value of the preRemove property.voidLifecycleCallbackContainer.setPreRemove(JaxbPreRemove value) -
Uses of JaxbPreRemove in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPreRemove