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 JaxbPostLoadImplJaxbEntityImpl.postLoadprotected JaxbPostLoadImplJaxbEntityListenerImpl.postLoadprotected JaxbPostLoadImplJaxbMappedSuperclassImpl.postLoadMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostLoadImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPostLoadImpl()Create an instance ofJaxbPostLoadImplJaxbEntityImpl.getPostLoad()Gets the value of the postLoad property.JaxbEntityListenerImpl.getPostLoad()Gets the value of the postLoad property.@Nullable JaxbPostLoadImplJaxbLifecycleCallbackContainer.getPostLoad()JaxbMappedSuperclassImpl.getPostLoad()Gets the value of the postLoad property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostLoadImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setPostLoad(JaxbPostLoadImpl value) Sets the value of the postLoad property.voidJaxbEntityListenerImpl.setPostLoad(JaxbPostLoadImpl value) Sets the value of the postLoad property.voidJaxbLifecycleCallbackContainer.setPostLoad(@Nullable JaxbPostLoadImpl value) voidJaxbMappedSuperclassImpl.setPostLoad(JaxbPostLoadImpl value) Sets the value of the postLoad property.