Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersistImpl
Packages that use JaxbPostPersistImpl
-
Uses of JaxbPostPersistImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPostPersistImplModifier and TypeFieldDescriptionprotected JaxbPostPersistImpl
JaxbEntityImpl.postPersist
protected JaxbPostPersistImpl
JaxbEntityListenerImpl.postPersist
protected JaxbPostPersistImpl
JaxbMappedSuperclassImpl.postPersist
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostPersistImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPostPersistImpl()
Create an instance ofJaxbPostPersistImpl
JaxbEntityImpl.getPostPersist()
Gets the value of the postPersist property.JaxbEntityListenerImpl.getPostPersist()
Gets the value of the postPersist property.@Nullable JaxbPostPersistImpl
JaxbLifecycleCallbackContainer.getPostPersist()
JaxbMappedSuperclassImpl.getPostPersist()
Gets the value of the postPersist property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostPersistImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setPostPersist
(JaxbPostPersistImpl value) Sets the value of the postPersist property.void
JaxbEntityListenerImpl.setPostPersist
(JaxbPostPersistImpl value) Sets the value of the postPersist property.void
JaxbLifecycleCallbackContainer.setPostPersist
(@Nullable JaxbPostPersistImpl value) void
JaxbMappedSuperclassImpl.setPostPersist
(JaxbPostPersistImpl value) Sets the value of the postPersist property.