Uses of Interface
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
-
-
Uses of SearchProjectionFactory in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return SearchProjectionFactory Modifier and Type Method Description SearchProjectionFactory<R,E>MappedIndexScope. projection()Methods in org.hibernate.search.engine.mapper.scope.spi that return types with arguments of type SearchProjectionFactory Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>MappedIndexScope. search(BackendSessionContext sessionContext, LoadingContextBuilder<R,E,LOS> loadingContextBuilder) -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type SearchProjectionFactory Modifier and Type Method Description Optional<T>SearchProjectionFactoryExtension. extendOptional(SearchProjectionFactory<R,E> original, SearchProjectionDslContext<?> dslContext)Attempt to extend a given factory, returning an emptyOptionalin case of failure.Method parameters in org.hibernate.search.engine.search.projection.dsl with type arguments of type SearchProjectionFactory Modifier and Type Method Description ProjectionFinalStep<P>SearchProjectionFactoryExtensionIfSupportedMoreStep. orElse(Function<SearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor)If no extension passed toSearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, Function)was supported so far, apply the given function to the current (non-extended)SearchProjectionFactory; otherwise return the projection created in the first succeedingifSupportedcall. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.dsl.spi
Classes in org.hibernate.search.engine.search.projection.dsl.spi that implement SearchProjectionFactory Modifier and Type Class Description classDelegatingSearchProjectionFactory<R,E>Constructors in org.hibernate.search.engine.search.projection.dsl.spi with parameters of type SearchProjectionFactory Constructor Description DelegatingSearchProjectionFactory(SearchProjectionFactory<R,E> delegate) -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.query.dsl
Classes in org.hibernate.search.engine.search.query.dsl with type parameters of type SearchProjectionFactory Modifier and Type Interface Description interfaceSearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory>The initial step in a query definition, where the element used to represent query hits, i.e. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchProjectionFactory Modifier and Type Class Description classAbstractSearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory,C>Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchProjectionFactory Modifier and Type Method Description protected SearchProjectionFactory<R,E>AbstractSearchQuerySelectStep. createDefaultProjectionFactory()Method parameters in org.hibernate.search.engine.search.query.dsl.spi with type arguments of type SearchProjectionFactory Modifier and Type Method Description <P> SearchQueryWhereStep<?,P,?>AbstractDelegatingSearchQuerySelectStep. select(Function<? super SearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor)
-