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 JaxbPostPersistImplJaxbEntityImpl.postPersistprotected JaxbPostPersistImplJaxbEntityListenerImpl.postPersistprotected JaxbPostPersistImplJaxbMappedSuperclassImpl.postPersistMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostPersistImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPostPersistImpl()Create an instance ofJaxbPostPersistImplJaxbEntityImpl.getPostPersist()Gets the value of the postPersist property.JaxbEntityListenerImpl.getPostPersist()Gets the value of the postPersist property.@Nullable JaxbPostPersistImplJaxbLifecycleCallbackContainer.getPostPersist()JaxbMappedSuperclassImpl.getPostPersist()Gets the value of the postPersist property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostPersistImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setPostPersist(JaxbPostPersistImpl value) Sets the value of the postPersist property.voidJaxbEntityListenerImpl.setPostPersist(JaxbPostPersistImpl value) Sets the value of the postPersist property.voidJaxbLifecycleCallbackContainer.setPostPersist(@Nullable JaxbPostPersistImpl value) voidJaxbMappedSuperclassImpl.setPostPersist(JaxbPostPersistImpl value) Sets the value of the postPersist property.