Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdateImpl
Packages that use JaxbPreUpdateImpl
-
Uses of JaxbPreUpdateImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPreUpdateImplModifier and TypeFieldDescriptionprotected JaxbPreUpdateImplJaxbEntityImpl.preUpdateprotected JaxbPreUpdateImplJaxbEntityListenerImpl.preUpdateprotected JaxbPreUpdateImplJaxbMappedSuperclassImpl.preUpdateMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPreUpdateImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPreUpdateImpl()Create an instance ofJaxbPreUpdateImplJaxbEntityImpl.getPreUpdate()Gets the value of the preUpdate property.JaxbEntityListenerImpl.getPreUpdate()Gets the value of the preUpdate property.@Nullable JaxbPreUpdateImplJaxbLifecycleCallbackContainer.getPreUpdate()JaxbMappedSuperclassImpl.getPreUpdate()Gets the value of the preUpdate property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPreUpdateImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setPreUpdate(JaxbPreUpdateImpl value) Sets the value of the preUpdate property.voidJaxbEntityListenerImpl.setPreUpdate(JaxbPreUpdateImpl value) Sets the value of the preUpdate property.voidJaxbLifecycleCallbackContainer.setPreUpdate(@Nullable JaxbPreUpdateImpl value) voidJaxbMappedSuperclassImpl.setPreUpdate(JaxbPreUpdateImpl value) Sets the value of the preUpdate property.