public interface CorrelationProvider
FetchStrategy.JOIN
, so be careful and choose rather unique names.Modifier and Type | Method and Description |
---|---|
void |
applyCorrelation(CorrelationBuilder correlationBuilder,
String correlationExpression)
Applies a correlation to a query builder.
|
void applyCorrelation(CorrelationBuilder correlationBuilder, String correlationExpression)
FetchStrategy.SELECT
- A named parameterFetchStrategy.SUBSELECT
- A named collection parameterFetchStrategy.JOIN
- The correlation expressioncorrelationBuilder
- The correlation builder to create the correlationcorrelationExpression
- The correlation expression from the outer query on which to correlateCopyright © 2014–2017 Blazebit. All rights reserved.