Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContextExtension
Packages that use RoutingBridgeRouteContextExtension
-
Uses of RoutingBridgeRouteContextExtension in org.hibernate.search.mapper.orm
Classes in org.hibernate.search.mapper.orm that implement RoutingBridgeRouteContextExtensionModifier and TypeClassDescriptionfinal class
An extension for the Hibernate ORM mapper, giving access to Hibernate ORM-specific contexts. -
Uses of RoutingBridgeRouteContextExtension in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type RoutingBridgeRouteContextExtensionModifier and TypeMethodDescription<T> T
RoutingBridgeRouteContext.extension
(RoutingBridgeRouteContextExtension<T> extension) Extend the current context with the given extension, resulting in an extended context offering more options.