Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
Packages that use JaxbPreUpdate
-
Uses of JaxbPreUpdate in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPreUpdateModifier and TypeFieldDescriptionprotected JaxbPreUpdateJaxbEntity.preUpdateprotected JaxbPreUpdateJaxbEntityListener.preUpdateprotected JaxbPreUpdateJaxbMappedSuperclass.preUpdateMethods in org.hibernate.boot.jaxb.mapping that return JaxbPreUpdateModifier and TypeMethodDescriptionObjectFactory.createJaxbPreUpdate()Create an instance ofJaxbPreUpdateEntityOrMappedSuperclass.getPreUpdate()JaxbEntity.getPreUpdate()Gets the value of the preUpdate property.JaxbEntityListener.getPreUpdate()Gets the value of the preUpdate property.JaxbMappedSuperclass.getPreUpdate()Gets the value of the preUpdate property.LifecycleCallbackContainer.getPreUpdate()Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPreUpdateModifier and TypeMethodDescriptionvoidEntityOrMappedSuperclass.setPreUpdate(JaxbPreUpdate value) voidJaxbEntity.setPreUpdate(JaxbPreUpdate value) Sets the value of the preUpdate property.voidJaxbEntityListener.setPreUpdate(JaxbPreUpdate value) Sets the value of the preUpdate property.voidJaxbMappedSuperclass.setPreUpdate(JaxbPreUpdate value) Sets the value of the preUpdate property.voidLifecycleCallbackContainer.setPreUpdate(JaxbPreUpdate value) -
Uses of JaxbPreUpdate in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPreUpdate