Uses of Interface
org.hibernate.search.engine.backend.common.spi.EntityReferenceFactory
-
-
Uses of EntityReferenceFactory in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi with parameters of type EntityReferenceFactory Modifier and Type Method Description static <R> R
EntityReferenceFactory. safeCreateEntityReference(EntityReferenceFactory<R> factory, String typeName, Object identifier, Consumer<Exception> exceptionSink)
-
Uses of EntityReferenceFactory in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type EntityReferenceFactory Modifier and Type Method Description <R> IndexIndexingPlan<R>
IndexManagerImplementor. createIndexingPlan(BackendSessionContext sessionContext, EntityReferenceFactory<R> entityReferenceFactory, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
-
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 IndexIndexingPlanExecutionReport.Builder<R>
IndexIndexingPlanExecutionReport.Builder. failingEntityReference(EntityReferenceFactory<R> referenceFactory, String typeName, Object entityIdentifier)
-
Uses of EntityReferenceFactory in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type EntityReferenceFactory Modifier and Type Method Description <R> IndexIndexingPlan<R>
MappedIndexManager. createIndexingPlan(BackendSessionContext sessionContext, EntityReferenceFactory<R> entityReferenceFactory, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
-
Uses of EntityReferenceFactory in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi that return EntityReferenceFactory Modifier and Type Method Description EntityReferenceFactory<R>
PojoWorkSessionContext. entityReferenceFactory()
-