| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
correlated
The entity class which is correlated.
|
String |
correlationBasis
The expression which is the basis for correlation.
|
String |
correlationExpression
The expression to use for correlating the entity type to the correlation basis.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
correlationKeyAlias
The alias to use for the correlation key in the correlation expression.
|
String |
correlationResult
The expression for the result mapping of the correlated entity type.
|
FetchStrategy |
fetch
The fetch strategy to use for correlation.
|
String[] |
fetches
The associations of the entity that should be fetched.
|
public abstract Class<?> correlated
public abstract String correlationBasis
public abstract String correlationExpression
public abstract String correlationKeyAlias
public abstract String correlationResult
public abstract String[] fetches
public abstract FetchStrategy fetch
Copyright © 2014–2018 Blazebit. All rights reserved.