Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.projection | |
org.hibernate.search.engine.search.projection.spi |
Modifier and Type | Method and Description |
---|---|
<P1,P2,P3,T> |
SearchProjectionFactoryContext.composite(TriFunction<P1,P2,P3,T> transformer,
SearchProjection<P1> projection1,
SearchProjection<P2> projection2,
SearchProjection<P3> projection3)
Creates a composite projection i.e.
|
Modifier and Type | Method and Description |
---|---|
<P1,P2,P3,T> |
SearchProjectionBuilderFactory.composite(TriFunction<P1,P2,P3,T> transformer,
SearchProjection<P1> projection1,
SearchProjection<P2> projection2,
SearchProjection<P3> projection3) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.