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 JaxbPreUpdateImpl
JaxbEntityImpl.preUpdate
protected JaxbPreUpdateImpl
JaxbEntityListenerImpl.preUpdate
protected JaxbPreUpdateImpl
JaxbMappedSuperclassImpl.preUpdate
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPreUpdateImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPreUpdateImpl()
Create an instance ofJaxbPreUpdateImpl
JaxbEntityImpl.getPreUpdate()
Gets the value of the preUpdate property.JaxbEntityListenerImpl.getPreUpdate()
Gets the value of the preUpdate property.@Nullable JaxbPreUpdateImpl
JaxbLifecycleCallbackContainer.getPreUpdate()
JaxbMappedSuperclassImpl.getPreUpdate()
Gets the value of the preUpdate property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPreUpdateImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setPreUpdate
(JaxbPreUpdateImpl value) Sets the value of the preUpdate property.void
JaxbEntityListenerImpl.setPreUpdate
(JaxbPreUpdateImpl value) Sets the value of the preUpdate property.void
JaxbLifecycleCallbackContainer.setPreUpdate
(@Nullable JaxbPreUpdateImpl value) void
JaxbMappedSuperclassImpl.setPreUpdate
(JaxbPreUpdateImpl value) Sets the value of the preUpdate property.