Uses of Interface
org.hibernate.search.engine.search.projection.definition.spi.CompositeProjectionDefinition
Packages that use CompositeProjectionDefinition
Package
Description
-
Uses of CompositeProjectionDefinition in org.hibernate.search.engine.search.projection.definition.spi
Fields in org.hibernate.search.engine.search.projection.definition.spi declared as CompositeProjectionDefinitionModifier and TypeFieldDescriptionprotected final CompositeProjectionDefinition<T>ObjectProjectionDefinition.delegateMethods in org.hibernate.search.engine.search.projection.definition.spi that return CompositeProjectionDefinitionModifier and TypeMethodDescriptionMethods in org.hibernate.search.engine.search.projection.definition.spi that return types with arguments of type CompositeProjectionDefinitionConstructors in org.hibernate.search.engine.search.projection.definition.spi with parameters of type CompositeProjectionDefinitionModifierConstructorDescriptionMultiValued(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 CompositeProjectionDefinitionMethods in org.hibernate.search.mapper.pojo.search.definition.impl that return CompositeProjectionDefinitionModifier and TypeMethodDescriptionMethods in org.hibernate.search.mapper.pojo.search.definition.impl that return types with arguments of type CompositeProjectionDefinitionModifier and TypeMethodDescriptionPojoSearchQueryElementRegistry.compositeOptional(Class<T> objectClass) Constructor parameters in org.hibernate.search.mapper.pojo.search.definition.impl with type arguments of type CompositeProjectionDefinitionModifierConstructorDescriptionPojoSearchQueryElementRegistry(Map<Class<?>, CompositeProjectionDefinition<?>> compositeProjectionDefinitions)