Uses of Interface
org.infinispan.search.mapper.scope.SearchScope
-
Packages that use SearchScope Package Description org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.search.mapper.mapping org.infinispan.search.mapper.mapping.impl org.infinispan.search.mapper.scope.impl org.infinispan.search.mapper.session org.infinispan.search.mapper.session.impl -
-
Uses of SearchScope in org.infinispan.query.dsl.embedded.impl
Constructors in org.infinispan.query.dsl.embedded.impl with parameters of type SearchScope Constructor Description SearchQueryBuilder(SearchSession querySession, SearchScope<?> scope, org.infinispan.query.dsl.embedded.impl.SearchProjectionInfo projectionInfo, org.hibernate.search.engine.search.predicate.SearchPredicate predicate, org.hibernate.search.engine.search.sort.SearchSort sort) -
Uses of SearchScope in org.infinispan.search.mapper.mapping
Methods in org.infinispan.search.mapper.mapping that return SearchScope Modifier and Type Method Description default <E> SearchScope<E>SearchMapping. scope(Class<E> type)Create aSearchScopelimited to the given type.<E> SearchScope<E>SearchMapping. scope(Collection<? extends Class<? extends E>> types)Create aSearchScopelimited to the given types.SearchScope<?>SearchMapping. scopeAll() -
Uses of SearchScope in org.infinispan.search.mapper.mapping.impl
Methods in org.infinispan.search.mapper.mapping.impl that return SearchScope Modifier and Type Method Description <E> SearchScope<E>InfinispanMapping. scope(Collection<? extends Class<? extends E>> targetedTypes)SearchScope<?>InfinispanMapping. scopeAll() -
Uses of SearchScope in org.infinispan.search.mapper.scope.impl
Classes in org.infinispan.search.mapper.scope.impl that implement SearchScope Modifier and Type Class Description classSearchScopeImpl<E> -
Uses of SearchScope in org.infinispan.search.mapper.session
Methods in org.infinispan.search.mapper.session that return SearchScope Modifier and Type Method Description default <E> SearchScope<E>SearchSession. scope(Class<E> type)Create aSearchScopelimited to the given type.default <T> SearchScope<T>SearchSession. scope(Class<T> expectedSuperType, String entityName)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.<E> SearchScope<E>SearchSession. scope(Collection<? extends Class<? extends E>> types)Create aSearchScopelimited to the given types.Methods in org.infinispan.search.mapper.session with parameters of type SearchScope Modifier and Type Method Description <E> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,EntityReference,E,?,?,?>SearchSession. search(SearchScope<E> scope)Initiate the building of a search query. -
Uses of SearchScope in org.infinispan.search.mapper.session.impl
Methods in org.infinispan.search.mapper.session.impl that return SearchScope Modifier and Type Method Description <E> SearchScope<E>InfinispanSearchSessionMappingContext. createScope(Class<E> expectedSuperType, Collection<String> entityNames)<T> SearchScope<T>InfinispanSearchSession. scope(Class<T> expectedSuperType, Collection<String> entityNames)Methods in org.infinispan.search.mapper.session.impl with parameters of type SearchScope Modifier and Type Method Description <E> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,EntityReference,E,?,?,?>InfinispanSearchSession. search(SearchScope<E> scope)
-