Class FieldProjectionDefinition.MultiValued<F>
java.lang.Object
org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition<List<F>>
org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition<List<F>,F>
org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition.MultiValued<F>
- All Implemented Interfaces:
ProjectionDefinition<List<F>>
,ToStringTreeAppendable
- Enclosing class:
FieldProjectionDefinition<P,
F>
@Deprecated(since="8.0")
@Incubating
public static final class FieldProjectionDefinition.MultiValued<F>
extends FieldProjectionDefinition<List<F>,F>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition
FieldProjectionDefinition.AccumulatedValued<C,
F>, FieldProjectionDefinition.MultiValued<F>, FieldProjectionDefinition.SingleValued<F> -
Field Summary
Fields inherited from class org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition
fieldPath, fieldType, valueModel
-
Constructor Summary
ConstructorsConstructorDescriptionMultiValued
(String fieldPath, Class<F> fieldType, ValueModel valueModel) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ProjectionDefinitionContext context) Deprecated.Creates a projection with a specific projected type.protected boolean
multi()
Deprecated.Methods inherited from class org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition
appendTo, type
Methods inherited from class org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.search.engine.search.projection.definition.ProjectionDefinition
create
Methods inherited from interface org.hibernate.search.util.common.spi.ToStringTreeAppendable
toStringTree
-
Constructor Details
-
MultiValued
Deprecated.
-
-
Method Details
-
multi
protected boolean multi()Deprecated.- Specified by:
multi
in classFieldProjectionDefinition<List<F>,
F>
-
create
Deprecated.Description copied from interface:ProjectionDefinition
Creates a projection with a specific projected type.- Parameters:
context
- The context in which the definition is applied.- Returns:
- The created
SearchPredicate
. - See Also:
-