Class FieldProjectionDefinition<P,F>
java.lang.Object
org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition<P>
org.hibernate.search.engine.search.projection.definition.spi.FieldProjectionDefinition<P,F>
- All Implemented Interfaces:
ProjectionDefinition<P>,org.hibernate.search.util.common.spi.ToStringTreeAppendable
- Direct Known Subclasses:
FieldProjectionDefinition.AccumulatedValued,FieldProjectionDefinition.MultiValued,FieldProjectionDefinition.SingleValued
@Incubating
public abstract class FieldProjectionDefinition<P,F>
extends AbstractProjectionDefinition<P>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classDeprecated.static final classDeprecated. -
Field Summary
Fields -
Method Summary
Methods 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
create, createMethods inherited from interface org.hibernate.search.util.common.spi.ToStringTreeAppendable
toStringTree
-
Field Details
-
fieldPath
-
fieldType
-
valueModel
-
-
Method Details
-
type
- Specified by:
typein classAbstractProjectionDefinition<P>
-
appendTo
public void appendTo(org.hibernate.search.util.common.spi.ToStringTreeAppender appender) - Specified by:
appendToin interfaceorg.hibernate.search.util.common.spi.ToStringTreeAppendable- Overrides:
appendToin classAbstractProjectionDefinition<P>
-
multi
protected abstract boolean multi()
-