Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPostLoad
Packages that use JaxbPostLoad
-
Uses of JaxbPostLoad in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPostLoadModifier and TypeFieldDescriptionprotected JaxbPostLoadJaxbEntity.postLoadprotected JaxbPostLoadJaxbEntityListener.postLoadprotected JaxbPostLoadJaxbMappedSuperclass.postLoadMethods in org.hibernate.boot.jaxb.mapping that return JaxbPostLoadModifier and TypeMethodDescriptionObjectFactory.createJaxbPostLoad()Create an instance ofJaxbPostLoadEntityOrMappedSuperclass.getPostLoad()JaxbEntity.getPostLoad()Gets the value of the postLoad property.JaxbEntityListener.getPostLoad()Gets the value of the postLoad property.JaxbMappedSuperclass.getPostLoad()Gets the value of the postLoad property.LifecycleCallbackContainer.getPostLoad()Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPostLoadModifier and TypeMethodDescriptionvoidEntityOrMappedSuperclass.setPostLoad(JaxbPostLoad value) voidJaxbEntity.setPostLoad(JaxbPostLoad value) Sets the value of the postLoad property.voidJaxbEntityListener.setPostLoad(JaxbPostLoad value) Sets the value of the postLoad property.voidJaxbMappedSuperclass.setPostLoad(JaxbPostLoad value) Sets the value of the postLoad property.voidLifecycleCallbackContainer.setPostLoad(JaxbPostLoad value) -
Uses of JaxbPostLoad in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPostLoad