Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.TypeBridgeWriteContext
-
-
Uses of TypeBridgeWriteContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type TypeBridgeWriteContext Modifier and Type Method Description Optional<HibernateOrmSessionContext>
HibernateOrmExtension. extendOptional(TypeBridgeWriteContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of TypeBridgeWriteContext in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type TypeBridgeWriteContext Modifier and Type Method Description void
TypeBridge. write(DocumentElement target, T bridgedElement, TypeBridgeWriteContext context)
Write to fields in the givenDocumentElement
, using the givenbridgedElement
as input and transforming it as necessary. -
Uses of TypeBridgeWriteContext in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type TypeBridgeWriteContext Modifier and Type Method Description Optional<T>
TypeBridgeWriteContextExtension. extendOptional(TypeBridgeWriteContext original, BridgeSessionContext sessionContext)
Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of TypeBridgeWriteContext in org.hibernate.search.mapper.pojo.bridge.runtime.spi
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.spi that return TypeBridgeWriteContext Modifier and Type Method Description TypeBridgeWriteContext
BridgeSessionContext. typeBridgeWriteContext()
-
Uses of TypeBridgeWriteContext in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return TypeBridgeWriteContext Modifier and Type Method Description TypeBridgeWriteContext
AbstractPojoSearchSession. typeBridgeWriteContext()
-