Uses of Interface
org.hibernate.search.mapper.orm.common.EntityReference
Packages that use EntityReference
Package
Description
-
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 EntityReferenceModifier and TypeMethodDescriptionorg.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory<EntityReference, E> SearchScope.projection()Initiate the building of a search projection that will be valid for the indexes in this scope.org.hibernate.search.engine.search.projection.dsl.TypedSearchProjectionFactory<SR, EntityReference, E> TypedSearchScope.projection()Initiate the building of a search projection that will be valid for the indexes in this scope.default org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<SR, ?, EntityReference, T, ?, ?, ?> HibernateOrmRootReferenceScope.search(SearchSession session) -
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 EntityReferenceModifier and TypeMethodDescriptiondefault <T> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<org.hibernate.search.engine.search.common.NonStaticMetamodelScope, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> Initiate the building of a search query.<T> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<org.hibernate.search.engine.search.common.NonStaticMetamodelScope, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(Collection<? extends Class<? extends T>> classes) Initiate the building of a search query.<SR,T> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep <SR, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(HibernateOrmRootReferenceScope<SR, T> scope) Initiate the building of a search query.<T> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(SearchScope<T> scope) Initiate the building of a search query.<SR,T> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep <SR, ?, EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(TypedSearchScope<SR, 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 EntityReferenceModifier and TypeMethodDescriptionSearchIndexingPlanExecutionReport.failingEntities()Deprecated.