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