Uses of Class
org.hibernate.search.engine.search.projection.definition.spi.ConstantProjectionDefinition
-
Packages that use ConstantProjectionDefinition Package Description org.hibernate.search.engine.search.projection.definition.spi -
-
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 ConstantProjectionDefinition Modifier and Type Method Description static <T> BeanHolder<ConstantProjectionDefinition<List<T>>>ConstantProjectionDefinition. emptyList()static <T> BeanHolder<ConstantProjectionDefinition<T>>ConstantProjectionDefinition. nullValue()
-