Uses of Interface
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory
Packages that use SearchProjectionFactory
Package
Description
-
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.definition
Methods in org.hibernate.search.engine.search.projection.definition that return SearchProjectionFactoryMethods in org.hibernate.search.engine.search.projection.definition with parameters of type SearchProjectionFactoryModifier and TypeMethodDescriptiondefault SearchProjection<? extends P> ProjectionDefinition.create(SearchProjectionFactory<?, ?> factory, ProjectionDefinitionContext context) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.definition.spi
Methods in org.hibernate.search.engine.search.projection.definition.spi with parameters of type SearchProjectionFactoryModifier and TypeMethodDescriptiondefault SearchProjection<? extends T> CompositeProjectionDefinition.create(SearchProjectionFactory<?, ?> factory, ProjectionDefinitionContext context) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.dsl
Subinterfaces of SearchProjectionFactory 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.interfaceTypedSearchProjectionFactory<SR,R, E> A factory for search projections.Methods in org.hibernate.search.engine.search.projection.dsl that return SearchProjectionFactoryModifier and TypeMethodDescriptionCreate a new projection factory whose root for all paths passed to the DSL will be the given object field.Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type SearchProjectionFactoryModifier and TypeMethodDescriptionSearchProjectionFactoryExtension.extendOptional(SearchProjectionFactory<R, E> original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchProjectionFactory in org.hibernate.search.engine.search.projection.dsl.spi
Classes in org.hibernate.search.engine.search.projection.dsl.spi that implement SearchProjectionFactoryModifier and TypeClassDescriptionclassAbstractSearchProjectionFactory<SR,S extends ExtendedSearchProjectionFactory<SR, S, R, E>, SC extends SearchProjectionIndexScope<?>, R, E>
ProjectionDefinition.create(ProjectionDefinitionContext)andProjectionDefinitionContext.projection()instead.