Uses of Interface
org.hibernate.search.mapper.pojo.route.DocumentRoutes
Packages that use DocumentRoutes
-
Uses of DocumentRoutes in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type DocumentRoutesModifier and TypeMethodDescriptionvoidRoutingBridge.previousRoutes(DocumentRoutes routes, Object entityIdentifier, E indexedEntity, RoutingBridgeRouteContext context) Defines the potential previous routes for an indexed entity.voidRoutingBridge.route(DocumentRoutes routes, Object entityIdentifier, E indexedEntity, RoutingBridgeRouteContext context) Routes an indexed entity.