Uses of Interface
org.hibernate.search.mapper.orm.common.EntityReference
-
-
Uses of EntityReference in org.hibernate.search.mapper.orm.automaticindexing.spi
Methods in org.hibernate.search.mapper.orm.automaticindexing.spi that return types with arguments of type EntityReference Modifier and Type Method Description EntityReferenceFactory<EntityReference>
AutomaticIndexingMappingContext. entityReferenceFactory()
CompletableFuture<MultiEntityOperationExecutionReport<EntityReference>>
AutomaticIndexingQueueEventProcessingPlan. executeAndReport()
Writes all pending changes to the index now, and clears the plan so that it can be re-used. -
Uses of EntityReference in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return types with arguments of type EntityReference Modifier and Type Method Description SearchProjectionFactory<EntityReference,E>
SearchScope. projection()
Initiate the building of a search projection that will be valid for the indexes in this scope. -
Uses of EntityReference in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return types with arguments of type EntityReference Modifier and Type Method Description default <T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(Class<T> type)
Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(Collection<? extends Class<? extends T>> types)
Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>
SearchSession. search(SearchScope<T> scope)
Initiate the building of a search query. -
Uses of EntityReference in org.hibernate.search.mapper.orm.work
Methods in org.hibernate.search.mapper.orm.work that return types with arguments of type EntityReference Modifier and Type Method Description List<EntityReference>
SearchIndexingPlanExecutionReport. failingEntities()
-