Uses of Interface
org.hibernate.search.mapper.orm.scope.SearchScope
Packages that use SearchScope
-
Uses of SearchScope in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping that return SearchScopeModifier and TypeMethodDescriptiondefault <T> SearchScope<T>Create aSearchScopelimited to the given type.default <T> SearchScope<T>Create aSearchScopelimited to entity types referenced by their name.<T> SearchScope<T>SearchMapping.scope(Class<T> expectedSuperType, Collection<String> entityNames) Create aSearchScopelimited to entity types referenced by their name.<T> SearchScope<T>SearchMapping.scope(Collection<? extends Class<? extends T>> types) Create aSearchScopelimited to the given types. -
Uses of SearchScope in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return SearchScopeModifier and TypeMethodDescriptiondefault <T> SearchScope<T>Create aSearchScopelimited to the given type.default <T> SearchScope<T>Create aSearchScopelimited to entity types referenced by their name.<T> SearchScope<T>SearchSession.scope(Class<T> expectedSuperType, Collection<String> entityNames) Create aSearchScopelimited to entity types referenced by their name.<T> SearchScope<T>SearchSession.scope(Collection<? extends Class<? extends T>> types) Create aSearchScopelimited to the given types.Methods in org.hibernate.search.mapper.orm.session with parameters of type SearchScopeModifier and TypeMethodDescription<T> SearchQuerySelectStep<?,EntityReference, T, SearchLoadingOptionsStep, ?, ?> SearchSession.search(SearchScope<T> scope) Initiate the building of a search query.