Uses of Interface
org.hibernate.search.mapper.orm.scope.TypedSearchScope
Packages that use TypedSearchScope
-
Uses of TypedSearchScope in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return TypedSearchScopeModifier and TypeMethodDescriptionHibernateOrmRootReferenceScope.scope(SearchScopeProvider scopeProvider) default <SR,T> TypedSearchScope <SR, T> SearchScopeProvider.typedScope(Class<SR> rootScope, Class<T> clazz) Creates aSearchScopelimited to indexed entity types among the given class and its subtypes.<SR,T> TypedSearchScope <SR, T> SearchScopeProvider.typedScope(Class<SR> rootScope, Collection<? extends Class<? extends T>> classes) Creates aTypedSearchScopelimited to indexed entity types among the given classes and their subtypes. -
Uses of TypedSearchScope in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session with parameters of type TypedSearchScopeModifier and TypeMethodDescription<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.