Uses of Class
org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
Packages that use DocumentRouteDescriptor
Package
Description
-
Uses of DocumentRouteDescriptor in org.hibernate.search.mapper.pojo.bridge.runtime.impl
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.impl that return DocumentRouteDescriptorModifier and TypeMethodDescriptionDocumentRouter.currentRoute(Object entityIdentifier, Supplier<? extends E> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context) NoOpDocumentRouter.currentRoute(Object entityIdentifier, Supplier<?> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context) RoutingBridgeDocumentRouter.currentRoute(Object entityIdentifier, Supplier<? extends E> entitySupplier, DocumentRoutesDescriptor providedRoutes, BridgeSessionContext context) -
Uses of DocumentRouteDescriptor in org.hibernate.search.mapper.pojo.route
Methods in org.hibernate.search.mapper.pojo.route that return DocumentRouteDescriptorModifier and TypeMethodDescriptionDocumentRoutesDescriptor.currentRoute()static DocumentRouteDescriptorMethods in org.hibernate.search.mapper.pojo.route that return types with arguments of type DocumentRouteDescriptorMethods in org.hibernate.search.mapper.pojo.route with parameters of type DocumentRouteDescriptorModifier and TypeMethodDescriptionstatic DocumentRoutesDescriptorDocumentRoutesDescriptor.of(DocumentRouteDescriptor currentRoute) static DocumentRoutesDescriptorDocumentRoutesDescriptor.of(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes) Method parameters in org.hibernate.search.mapper.pojo.route with type arguments of type DocumentRouteDescriptorModifier and TypeMethodDescriptionstatic DocumentRoutesDescriptorDocumentRoutesDescriptor.of(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes) Constructors in org.hibernate.search.mapper.pojo.route with parameters of type DocumentRouteDescriptorModifierConstructorDescriptionDocumentRoutesDescriptor(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes) Constructor parameters in org.hibernate.search.mapper.pojo.route with type arguments of type DocumentRouteDescriptorModifierConstructorDescriptionDocumentRoutesDescriptor(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes) -
Uses of DocumentRouteDescriptor in org.hibernate.search.mapper.pojo.route.impl
Methods in org.hibernate.search.mapper.pojo.route.impl that return DocumentRouteDescriptor