Uses of Interface
org.hibernate.search.engine.search.projection.definition.spi.CompositeProjectionDefinition
Packages that use CompositeProjectionDefinition
-
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) Deprecated.SingleValued(String fieldPath, CompositeProjectionDefinition<T> delegate) Deprecated.WrappedValued(String fieldPath, CompositeProjectionDefinition<T> delegate, ProjectionCollector.Provider<T, C> collector)