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 JaxbPostUpdateImpl
JaxbEntityImpl.postUpdate
protected JaxbPostUpdateImpl
JaxbEntityListenerImpl.postUpdate
protected JaxbPostUpdateImpl
JaxbMappedSuperclassImpl.postUpdate
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostUpdateImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPostUpdateImpl()
Create an instance ofJaxbPostUpdateImpl
JaxbEntityImpl.getPostUpdate()
Gets the value of the postUpdate property.JaxbEntityListenerImpl.getPostUpdate()
Gets the value of the postUpdate property.@Nullable JaxbPostUpdateImpl
JaxbLifecycleCallbackContainer.getPostUpdate()
JaxbMappedSuperclassImpl.getPostUpdate()
Gets the value of the postUpdate property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostUpdateImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setPostUpdate
(JaxbPostUpdateImpl value) Sets the value of the postUpdate property.void
JaxbEntityListenerImpl.setPostUpdate
(JaxbPostUpdateImpl value) Sets the value of the postUpdate property.void
JaxbLifecycleCallbackContainer.setPostUpdate
(@Nullable JaxbPostUpdateImpl value) void
JaxbMappedSuperclassImpl.setPostUpdate
(JaxbPostUpdateImpl value) Sets the value of the postUpdate property.