| Interface | Description |
|---|---|
| CompositeProjectionOptionsStep<S extends CompositeProjectionOptionsStep<?,T>,T> |
The initial and final step in a composite projection definition, where optional parameters can be set.
|
| DistanceToFieldProjectionOptionsStep<S extends DistanceToFieldProjectionOptionsStep<?>> |
The initial and final step in a "distance to field" projection definition, where optional parameters can be set.
|
| DocumentReferenceProjectionOptionsStep<S extends DocumentReferenceProjectionOptionsStep<?>> |
The initial and final step in a "document reference" projection definition, where optional parameters can be set.
|
| EntityProjectionOptionsStep<S extends EntityProjectionOptionsStep<?,E>,E> |
The initial and final step in an "entity" projection definition, where optional parameters can be set.
|
| EntityReferenceProjectionOptionsStep<S extends EntityReferenceProjectionOptionsStep<?,R>,R> |
The initial and final step in an "entity reference" projection definition, where optional parameters can be set.
|
| FieldProjectionOptionsStep<S extends FieldProjectionOptionsStep<?,T>,T> |
The initial and final step in a "field" projection definition, where optional parameters can be set.
|
| ProjectionFinalStep<T> |
The final step in a projection definition, where the projection can be retrieved.
|
| ScoreProjectionOptionsStep<S extends ScoreProjectionOptionsStep<?>> |
The initial and final step in a "score" projection definition, where optional parameters can be set.
|
| SearchProjectionFactory<R,E> |
A factory for search projections.
|
| SearchProjectionFactoryExtension<T,R,E> |
An extension to the search projection DSL, allowing the use of non-standard projections in a query.
|
| SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E> |
The second and later step when attempting to apply multiple extensions
to a
SearchProjectionFactory. |
| SearchProjectionFactoryExtensionIfSupportedStep<P,R,E> |
The initial step when attempting to apply multiple extensions
to a
SearchProjectionFactory. |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.