Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContextExtension
-
Packages that use RoutingBridgeRouteContextExtension Package Description org.hibernate.search.mapper.pojo.bridge.runtime -
-
Uses of RoutingBridgeRouteContextExtension in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type RoutingBridgeRouteContextExtension Modifier and Type Method Description <T> TRoutingBridgeRouteContext. extension(RoutingBridgeRouteContextExtension<T> extension)Extend the current context with the given extension, resulting in an extended context offering more options.
-