Uses of Interface
org.hibernate.search.engine.search.projection.spi.SearchProjectionIndexScope
-
-
Uses of SearchProjectionIndexScope in org.hibernate.search.engine.backend.scope.spi
Classes in org.hibernate.search.engine.backend.scope.spi that implement SearchProjectionIndexScope Modifier and Type Class Description classAbstractSearchIndexScope<S extends SearchQueryIndexScope<?>,M extends AbstractIndexModel<?,? extends C,? extends N>,N extends SearchIndexNodeContext<? super S>,C extends SearchIndexCompositeNodeContext<? super S>> -
Uses of SearchProjectionIndexScope in org.hibernate.search.engine.search.projection.dsl.spi
Classes in org.hibernate.search.engine.search.projection.dsl.spi with type parameters of type SearchProjectionIndexScope Modifier and Type Class Description classAbstractSearchProjectionFactory<S extends ExtendedSearchProjectionFactory<S,R,E>,SC extends SearchProjectionIndexScope<?>,R,E>classSearchProjectionDslContext<SC extends SearchProjectionIndexScope<?>>Represents the current context in the search DSL, including in particular the search scope and the projection builder factory.Methods in org.hibernate.search.engine.search.projection.dsl.spi with type parameters of type SearchProjectionIndexScope Modifier and Type Method Description static <SC extends SearchProjectionIndexScope<?>>
SearchProjectionDslContext<SC>SearchProjectionDslContext. root(SC scope) -
Uses of SearchProjectionIndexScope in org.hibernate.search.engine.search.projection.spi
Classes in org.hibernate.search.engine.search.projection.spi with type parameters of type SearchProjectionIndexScope Modifier and Type Interface Description interfaceSearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>> -
Uses of SearchProjectionIndexScope in org.hibernate.search.engine.search.query.spi
Subinterfaces of SearchProjectionIndexScope in org.hibernate.search.engine.search.query.spi Modifier and Type Interface Description interfaceSearchQueryIndexScope<S extends SearchQueryIndexScope<?>>
-