Uses of Interface
org.hibernate.search.engine.backend.common.spi.EntityReferenceFactory
-
Packages that use EntityReferenceFactory Package Description org.hibernate.search.engine.backend.common.spi org.hibernate.search.engine.backend.work.execution.spi -
-
Uses of EntityReferenceFactory in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return EntityReferenceFactory Modifier and Type Method Description static EntityReferenceFactory<String>EntityReferenceFactory. asString()Methods in org.hibernate.search.engine.backend.common.spi with parameters of type EntityReferenceFactory Modifier and Type Method Description MultiEntityOperationExecutionReport.Builder<R>MultiEntityOperationExecutionReport.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 EntityReferenceFactory Modifier and Type Method Description <R> CompletableFuture<MultiEntityOperationExecutionReport<R>>IndexIndexingPlan. executeAndReport(EntityReferenceFactory<R> entityReferenceFactory)Start executing all the works in this plan, and clear the plan so that it can be re-used.
-