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