Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemoveImpl
Packages that use JaxbPostRemoveImpl
-
Uses of JaxbPostRemoveImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPostRemoveImplModifier and TypeFieldDescriptionprotected JaxbPostRemoveImplJaxbEntityImpl.postRemoveprotected JaxbPostRemoveImplJaxbEntityListenerImpl.postRemoveprotected JaxbPostRemoveImplJaxbMappedSuperclassImpl.postRemoveMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostRemoveImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPostRemoveImpl()Create an instance ofJaxbPostRemoveImplJaxbEntityImpl.getPostRemove()Gets the value of the postRemove property.JaxbEntityListenerImpl.getPostRemove()Gets the value of the postRemove property.@Nullable JaxbPostRemoveImplJaxbLifecycleCallbackContainer.getPostRemove()JaxbMappedSuperclassImpl.getPostRemove()Gets the value of the postRemove property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostRemoveImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setPostRemove(JaxbPostRemoveImpl value) Sets the value of the postRemove property.voidJaxbEntityListenerImpl.setPostRemove(JaxbPostRemoveImpl value) Sets the value of the postRemove property.voidJaxbLifecycleCallbackContainer.setPostRemove(@Nullable JaxbPostRemoveImpl value) voidJaxbMappedSuperclassImpl.setPostRemove(JaxbPostRemoveImpl value) Sets the value of the postRemove property.