Modifier and Type | Required Element and Description |
---|---|
String |
correlationBasis
The expression which is the basis for correlation.
|
Class<? extends CorrelationProvider> |
correlator
The class which provides the correlation provider.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
correlationResult
The expression for the result mapping of the correlation relative to the correlated alias.
|
FetchStrategy |
fetch
The fetch strategy to use for correlation.
|
String[] |
fetches
The associations of the entity that should be fetched.
|
public abstract String correlationBasis
public abstract Class<? extends CorrelationProvider> correlator
public abstract String correlationResult
public abstract String[] fetches
public abstract FetchStrategy fetch
Copyright © 2014–2017 Blazebit. All rights reserved.