Uses of Interface
org.hibernate.search.engine.search.projection.definition.spi.CompositeProjectionDefinition
-
Packages that use CompositeProjectionDefinition Package Description org.hibernate.search.engine.search.projection.definition.spi org.hibernate.search.mapper.pojo.search.definition.impl -
-
Uses of CompositeProjectionDefinition in org.hibernate.search.engine.search.projection.definition.spi
Fields in org.hibernate.search.engine.search.projection.definition.spi declared as CompositeProjectionDefinition Modifier and Type Field Description protected CompositeProjectionDefinition<T>ObjectProjectionDefinition. delegateMethods in org.hibernate.search.engine.search.projection.definition.spi that return CompositeProjectionDefinition Modifier and Type Method Description <T> CompositeProjectionDefinition<T>ProjectionRegistry. composite(Class<T> objectClass)Methods in org.hibernate.search.engine.search.projection.definition.spi that return types with arguments of type CompositeProjectionDefinition Modifier and Type Method Description <T> Optional<CompositeProjectionDefinition<T>>ProjectionRegistry. compositeOptional(Class<T> objectClass)Constructors in org.hibernate.search.engine.search.projection.definition.spi with parameters of type CompositeProjectionDefinition Constructor Description MultiValued(String fieldPath, CompositeProjectionDefinition<T> delegate)SingleValued(String fieldPath, CompositeProjectionDefinition<T> delegate) -
Uses of CompositeProjectionDefinition in org.hibernate.search.mapper.pojo.search.definition.impl
Classes in org.hibernate.search.mapper.pojo.search.definition.impl that implement CompositeProjectionDefinition Modifier and Type Class Description classPojoConstructorProjectionDefinition<T>Methods in org.hibernate.search.mapper.pojo.search.definition.impl that return CompositeProjectionDefinition Modifier and Type Method Description <T> CompositeProjectionDefinition<T>PojoSearchQueryElementRegistry. composite(Class<T> objectClass)Methods in org.hibernate.search.mapper.pojo.search.definition.impl that return types with arguments of type CompositeProjectionDefinition Modifier and Type Method Description <T> Optional<CompositeProjectionDefinition<T>>PojoSearchQueryElementRegistry. compositeOptional(Class<T> objectClass)Constructor parameters in org.hibernate.search.mapper.pojo.search.definition.impl with type arguments of type CompositeProjectionDefinition Constructor Description PojoSearchQueryElementRegistry(Map<Class<?>,CompositeProjectionDefinition<?>> compositeProjectionDefinitions)
-