Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.ValueBridgeFromIndexedValueContext
-
-
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type ValueBridgeFromIndexedValueContext Modifier and Type Method Description Optional<HibernateOrmSessionContext>
HibernateOrmExtension. 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 ValueBridgeFromIndexedValueContext Modifier and Type Method Description default 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 ValueBridgeFromIndexedValueContext Modifier and Type Method Description Optional<T>
ValueBridgeFromIndexedValueContextExtension. 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 Modifier and Type Method Description ValueBridgeFromIndexedValueContext
BridgeSessionContext. valueBridgeFromIndexedValueContext()
-
Uses of ValueBridgeFromIndexedValueContext in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return ValueBridgeFromIndexedValueContext Modifier and Type Method Description ValueBridgeFromIndexedValueContext
AbstractPojoSearchSession. valueBridgeFromIndexedValueContext()
-