Uses of Interface
org.hibernate.search.engine.backend.common.spi.EntityReferenceFactory
Packages that use EntityReferenceFactory
Package
Description
-
Uses of EntityReferenceFactory in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return EntityReferenceFactoryModifier and TypeMethodDescriptionstatic EntityReferenceFactory<String>EntityReferenceFactory.asString()Methods in org.hibernate.search.engine.backend.common.spi with parameters of type EntityReferenceFactoryModifier and TypeMethodDescriptionMultiEntityOperationExecutionReport.Builder.failingEntityReference(EntityReferenceFactory<R> referenceFactory, String typeName, Object entityIdentifier) static <R> REntityReferenceFactory.safeCreateEntityReference(EntityReferenceFactory<R> factory, String typeName, Object identifier, Consumer<Exception> exceptionSink) -
Uses of EntityReferenceFactory in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi with parameters of type EntityReferenceFactoryModifier and TypeMethodDescriptionIndexIndexingPlan.executeAndReport(EntityReferenceFactory<R> entityReferenceFactory) Start executing all the works in this plan, and clear the plan so that it can be re-used.