Uses of Interface
org.hibernate.search.engine.backend.common.spi.EntityReferenceFactory
-
-
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)
-