Class ObjectProjectionDefinition<P,T>
java.lang.Object
org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition<P>
org.hibernate.search.engine.search.projection.definition.spi.ObjectProjectionDefinition<P,T>
- All Implemented Interfaces:
AutoCloseable,ProjectionDefinition<P>,org.hibernate.search.util.common.spi.ToStringTreeAppendable
- Direct Known Subclasses:
ObjectProjectionDefinition.MultiValued,ObjectProjectionDefinition.SingleValued,ObjectProjectionDefinition.WrappedValued
@Incubating
public abstract class ObjectProjectionDefinition<P,T>
extends AbstractProjectionDefinition<P>
implements AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.static final classDeprecated.static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CompositeProjectionDefinition<T> protected final String -
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
-
delegate
-
-
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() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-