Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeFromIndexedValueContext
Packages that use ValueBridgeFromIndexedValueContext
Package
Description
-
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type ValueBridgeFromIndexedValueContextModifier and TypeMethodDescriptionHibernateOrmExtension.extendOptional
(ValueBridgeFromIndexedValueContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type ValueBridgeFromIndexedValueContextModifier and TypeMethodDescriptiondefault V
ValueBridge.fromIndexedValue
(F value, ValueBridgeFromIndexedValueContext context) Transform the given indexed field value to the corresponding POJO-extracted value. -
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type ValueBridgeFromIndexedValueContextModifier and TypeMethodDescriptionValueBridgeFromIndexedValueContextExtension.extendOptional
(ValueBridgeFromIndexedValueContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.bridge.runtime.spi
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.spi that return ValueBridgeFromIndexedValueContext -
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return ValueBridgeFromIndexedValueContext