Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.projection | |
org.hibernate.search.engine.search.dsl.projection.spi | |
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)
Create a projection that will compose a custom object based on three given projections.
|
default <P1,P2,P3,T> |
SearchProjectionFactoryContext.composite(TriFunction<P1,P2,P3,T> transformer,
SearchProjectionTerminalContext<P1> terminalContext1,
SearchProjectionTerminalContext<P2> terminalContext2,
SearchProjectionTerminalContext<P3> terminalContext3)
Create a projection that will compose a custom object based on three almost-built projections.
|
Modifier and Type | Method and Description |
---|---|
<P1,P2,P3,T> |
DelegatingSearchProjectionFactoryContext.composite(TriFunction<P1,P2,P3,T> transformer,
SearchProjection<P1> projection1,
SearchProjection<P2> projection2,
SearchProjection<P3> projection3) |
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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.