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