Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.PropertyBridgeWriteContext
-
-
Uses of PropertyBridgeWriteContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type PropertyBridgeWriteContext Modifier and Type Method Description Optional<HibernateOrmSessionContext>HibernateOrmExtension. extendOptional(PropertyBridgeWriteContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of PropertyBridgeWriteContext in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type PropertyBridgeWriteContext Modifier and Type Method Description voidPropertyBridge. write(DocumentElement target, P bridgedElement, PropertyBridgeWriteContext context)Write to fields in the givenDocumentElement, using the givenbridgedElementas input and transforming it as necessary. -
Uses of PropertyBridgeWriteContext in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl with parameters of type PropertyBridgeWriteContext Modifier and Type Method Description voidGeoPointBridge. write(DocumentElement target, Object bridgedElement, PropertyBridgeWriteContext context) -
Uses of PropertyBridgeWriteContext in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type PropertyBridgeWriteContext Modifier and Type Method Description Optional<T>PropertyBridgeWriteContextExtension. extendOptional(PropertyBridgeWriteContext original, BridgeSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of PropertyBridgeWriteContext in org.hibernate.search.mapper.pojo.bridge.runtime.impl
Classes in org.hibernate.search.mapper.pojo.bridge.runtime.impl that implement PropertyBridgeWriteContext Modifier and Type Class Description classSessionBasedBridgeOperationContextA single implementation for all the bridge context interfaces that rely on the session context. -
Uses of PropertyBridgeWriteContext in org.hibernate.search.mapper.pojo.bridge.runtime.spi
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.spi that return PropertyBridgeWriteContext Modifier and Type Method Description PropertyBridgeWriteContextBridgeSessionContext. propertyBridgeWriteContext() -
Uses of PropertyBridgeWriteContext in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return PropertyBridgeWriteContext Modifier and Type Method Description PropertyBridgeWriteContextAbstractPojoSearchSession. propertyBridgeWriteContext()
-