Uses of Interface
org.hibernate.search.engine.search.projection.dsl.TypedSearchProjectionFactory
Packages that use TypedSearchProjectionFactory
Package
Description
-
Uses of TypedSearchProjectionFactory in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return TypedSearchProjectionFactoryMethods in org.hibernate.search.engine.mapper.scope.spi that return types with arguments of type TypedSearchProjectionFactoryModifier and TypeMethodDescription<LOS> SearchQuerySelectStep<SR, ?, R, E, LOS, TypedSearchProjectionFactory<SR, R, E>, ?> MappedIndexScope.search(BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) -
Uses of TypedSearchProjectionFactory in org.hibernate.search.engine.search.projection.dsl
Subinterfaces of TypedSearchProjectionFactory in org.hibernate.search.engine.search.projection.dslModifier and TypeInterfaceDescriptioninterfaceExtendedSearchProjectionFactory<SR,S extends ExtendedSearchProjectionFactory<SR, ?, R, E>, R, E> A base interface for subtypes ofTypedSearchProjectionFactoryallowing to easily override the self type for all relevant methods.Methods in org.hibernate.search.engine.search.projection.dsl that return TypedSearchProjectionFactoryModifier and TypeMethodDescriptionCreate a new projection factory whose root for all paths passed to the DSL will be the given object field.Method parameters in org.hibernate.search.engine.search.projection.dsl with type arguments of type TypedSearchProjectionFactoryModifier and TypeMethodDescriptionSearchProjectionFactoryExtensionIfSupportedMoreStep.orElse(Function<TypedSearchProjectionFactory<SR, 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)TypedSearchProjectionFactory; otherwise return the projection created in the first succeedingifSupportedcall. -
Uses of TypedSearchProjectionFactory in org.hibernate.search.engine.search.projection.dsl.spi
Classes in org.hibernate.search.engine.search.projection.dsl.spi that implement TypedSearchProjectionFactoryModifier and TypeClassDescriptionclassAbstractSearchProjectionFactory<SR,S extends ExtendedSearchProjectionFactory<SR, S, R, E>, SC extends SearchProjectionIndexScope<?>, R, E> -
Uses of TypedSearchProjectionFactory in org.hibernate.search.engine.search.query.dsl
Classes in org.hibernate.search.engine.search.query.dsl with type parameters of type TypedSearchProjectionFactoryModifier and TypeInterfaceDescriptioninterfaceSearchQuerySelectStep<SR,N extends SearchQueryOptionsStep<SR, ?, E, LOS, ?, ?>, R, E, LOS, PJF extends TypedSearchProjectionFactory<SR, R, E>, PDF extends TypedSearchPredicateFactory<SR>> The initial step in a query definition, where the element used to represent query hits, i.e. the "SELECT" clause, can be set. -
Uses of TypedSearchProjectionFactory in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type TypedSearchProjectionFactoryModifier and TypeClassDescriptionclassAbstractSearchQuerySelectStep<SR,N extends SearchQueryOptionsStep<SR, ?, E, LOS, ?, ?>, R, E, LOS, PJF extends TypedSearchProjectionFactory<SR, R, E>, PDF extends TypedSearchPredicateFactory<SR>> Method parameters in org.hibernate.search.engine.search.query.dsl.spi with type arguments of type TypedSearchProjectionFactoryModifier and TypeMethodDescription<P> SearchQueryWhereStep<SR, ?, P, LOS, ?> AbstractDelegatingSearchQuerySelectStep.select(Function<? super TypedSearchProjectionFactory<SR, R, E>, ? extends ProjectionFinalStep<P>> projectionContributor) -
Uses of TypedSearchProjectionFactory in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi that return TypedSearchProjectionFactoryModifier and TypeMethodDescription<R,E> TypedSearchProjectionFactory <SR, R, E> SearchQueryIndexScope.projectionFactory()