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 JaxbPostRemoveImpl
JaxbEntityImpl.postRemove
protected JaxbPostRemoveImpl
JaxbEntityListenerImpl.postRemove
protected JaxbPostRemoveImpl
JaxbMappedSuperclassImpl.postRemove
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostRemoveImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPostRemoveImpl()
Create an instance ofJaxbPostRemoveImpl
JaxbEntityImpl.getPostRemove()
Gets the value of the postRemove property.JaxbEntityListenerImpl.getPostRemove()
Gets the value of the postRemove property.@Nullable JaxbPostRemoveImpl
JaxbLifecycleCallbackContainer.getPostRemove()
JaxbMappedSuperclassImpl.getPostRemove()
Gets the value of the postRemove property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostRemoveImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setPostRemove
(JaxbPostRemoveImpl value) Sets the value of the postRemove property.void
JaxbEntityListenerImpl.setPostRemove
(JaxbPostRemoveImpl value) Sets the value of the postRemove property.void
JaxbLifecycleCallbackContainer.setPostRemove
(@Nullable JaxbPostRemoveImpl value) void
JaxbMappedSuperclassImpl.setPostRemove
(JaxbPostRemoveImpl value) Sets the value of the postRemove property.