Uses of Interface
org.hibernate.search.engine.search.projection.spi.FieldProjectionBuilder
-
-
Uses of FieldProjectionBuilder in org.hibernate.search.backend.elasticsearch.search.projection.impl
Classes in org.hibernate.search.backend.elasticsearch.search.projection.impl that implement FieldProjectionBuilder Modifier and Type Class Description static classElasticsearchFieldProjection.Builder<F,V> -
Uses of FieldProjectionBuilder in org.hibernate.search.engine.search.projection.dsl.impl
Fields in org.hibernate.search.engine.search.projection.dsl.impl declared as FieldProjectionBuilder Modifier and Type Field Description protected FieldProjectionBuilder<T>FieldProjectionOptionsStepImpl. fieldProjectionBuilder -
Uses of FieldProjectionBuilder in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return FieldProjectionBuilder Modifier and Type Method Description <T> FieldProjectionBuilder<T>FieldProjectionBuilder.TypeSelector. type(Class<T> expectedType, ValueConvert convert)
-