Uses of Class
org.hibernate.search.engine.search.projection.definition.spi.ConstantProjectionDefinition
Packages that use ConstantProjectionDefinition
-
Uses of ConstantProjectionDefinition in org.hibernate.search.engine.search.projection.definition.spi
Methods in org.hibernate.search.engine.search.projection.definition.spi that return types with arguments of type ConstantProjectionDefinitionModifier and TypeMethodDescriptionstatic <T> BeanHolder<ConstantProjectionDefinition<T>> ConstantProjectionDefinition.empty(ProjectionCollector.Provider<?, T> collector) static <T> BeanHolder<ConstantProjectionDefinition<List<T>>> ConstantProjectionDefinition.emptyList()Deprecated.static <T> BeanHolder<ConstantProjectionDefinition<T>> ConstantProjectionDefinition.nullValue()
empty(ProjectionCollector.Provider)instead.