Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdateImpl
Packages that use JaxbPostUpdateImpl
-
Uses of JaxbPostUpdateImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPostUpdateImplModifier and TypeFieldDescriptionprotected JaxbPostUpdateImplJaxbEntityImpl.postUpdateprotected JaxbPostUpdateImplJaxbEntityListenerImpl.postUpdateprotected JaxbPostUpdateImplJaxbMappedSuperclassImpl.postUpdateMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostUpdateImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPostUpdateImpl()Create an instance ofJaxbPostUpdateImplJaxbEntityImpl.getPostUpdate()Gets the value of the postUpdate property.JaxbEntityListenerImpl.getPostUpdate()Gets the value of the postUpdate property.@Nullable JaxbPostUpdateImplJaxbLifecycleCallbackContainer.getPostUpdate()JaxbMappedSuperclassImpl.getPostUpdate()Gets the value of the postUpdate property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostUpdateImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setPostUpdate(JaxbPostUpdateImpl value) Sets the value of the postUpdate property.voidJaxbEntityListenerImpl.setPostUpdate(JaxbPostUpdateImpl value) Sets the value of the postUpdate property.voidJaxbLifecycleCallbackContainer.setPostUpdate(@Nullable JaxbPostUpdateImpl value) voidJaxbMappedSuperclassImpl.setPostUpdate(JaxbPostUpdateImpl value) Sets the value of the postUpdate property.