Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoadImpl
Packages that use JaxbPostLoadImpl
-
Uses of JaxbPostLoadImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPostLoadImplModifier and TypeFieldDescriptionprotected JaxbPostLoadImpl
JaxbEntityImpl.postLoad
protected JaxbPostLoadImpl
JaxbEntityListenerImpl.postLoad
protected JaxbPostLoadImpl
JaxbMappedSuperclassImpl.postLoad
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostLoadImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPostLoadImpl()
Create an instance ofJaxbPostLoadImpl
JaxbEntityImpl.getPostLoad()
Gets the value of the postLoad property.JaxbEntityListenerImpl.getPostLoad()
Gets the value of the postLoad property.@Nullable JaxbPostLoadImpl
JaxbLifecycleCallbackContainer.getPostLoad()
JaxbMappedSuperclassImpl.getPostLoad()
Gets the value of the postLoad property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostLoadImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setPostLoad
(JaxbPostLoadImpl value) Sets the value of the postLoad property.void
JaxbEntityListenerImpl.setPostLoad
(JaxbPostLoadImpl value) Sets the value of the postLoad property.void
JaxbLifecycleCallbackContainer.setPostLoad
(@Nullable JaxbPostLoadImpl value) void
JaxbMappedSuperclassImpl.setPostLoad
(JaxbPostLoadImpl value) Sets the value of the postLoad property.