@Target({METHOD,PARAMETER})
@Retention(RUNTIME)
public @interface MappingCorrelatedSimple
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.Class<?> |
correlated |
The entity class which is correlated.
|
java.lang.String |
correlationBasis |
The expression which is the basis for correlation.
|
java.lang.String |
correlationExpression |
The expression to use for correlating the entity type to the correlation basis.
|
Modifier and Type | Optional Element | Description |
---|---|---|
java.lang.String |
correlationKeyAlias |
The alias to use for the correlation key in the correlation expression.
|
java.lang.String |
correlationResult |
The expression for the result mapping of the correlated entity type.
|
FetchStrategy |
fetch |
The fetch strategy to use for correlation.
|
java.lang.String[] |
fetches |
The associations of the entity that should be fetched.
|
java.lang.Class<?> correlated
java.lang.String correlationBasis
java.lang.String correlationExpression
java.lang.String correlationKeyAlias
java.lang.String correlationResult
java.lang.String[] fetches
FetchStrategy fetch
Copyright © 2014–2018 Blazebit. All rights reserved.