| Modifier and Type | Optional Element and Description |
|---|---|
int |
maxDepth
Returns the maximum allowed depth for the join.
|
FetchStrategyType |
strategy
Returns the preferred strategy for the annotated association
|
public abstract int maxDepth
Any positive value denotes that the association should be fetched using join provided depth is below maxdepth.
public abstract FetchStrategyType strategy
SELECT for a seperate query
JOIN for a left join query
Copyright © 2012-2013 Batoo. All Rights Reserved.