Class FieldProjectionDefinition.SingleValued<F>
java.lang.Object
org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition<F>
org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition<F,F>
org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition.SingleValued<F>
- All Implemented Interfaces:
ProjectionDefinition<F>,org.hibernate.search.util.common.spi.ToStringTreeAppendable
- Enclosing class:
FieldProjectionDefinition<P,F>
@Deprecated(since="8.0")
@Incubating
public static final class FieldProjectionDefinition.SingleValued<F>
extends FieldProjectionDefinition<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
ConstructorsConstructorDescriptionSingleValued(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 booleanmulti()Deprecated.Methods inherited from class org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition
appendTo, typeMethods inherited from class org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.search.projection.definition.ProjectionDefinition
createMethods inherited from interface org.hibernate.search.util.common.spi.ToStringTreeAppendable
toStringTree
-
Constructor Details
-
SingleValued
Deprecated.
-
-
Method Details
-
multi
protected boolean multi()Deprecated.- Specified by:
multiin classFieldProjectionDefinition<F,F>
-
create
Deprecated.Description copied from interface:ProjectionDefinitionCreates a projection with a specific projected type.- Parameters:
context- The context in which the definition is applied.- Returns:
- The created
SearchPredicate. - See Also:
-