ElementIteratorStatement |
FKArrayStore.getIteratorStatement(org.datanucleus.ExecutionContext ec,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner) |
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
ElementIteratorStatement |
FKListStore.getIteratorStatement(org.datanucleus.ExecutionContext ec,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner,
int startIdx,
int endIdx) |
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
ElementIteratorStatement |
FKSetStore.getIteratorStatement(org.datanucleus.ExecutionContext ec,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner) |
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
ElementIteratorStatement |
JoinArrayStore.getIteratorStatement(org.datanucleus.ExecutionContext ec,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner) |
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
ElementIteratorStatement |
JoinListStore.getIteratorStatement(org.datanucleus.ExecutionContext ec,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner,
int startIdx,
int endIdx) |
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
ElementIteratorStatement |
JoinSetStore.getIteratorStatement(org.datanucleus.ExecutionContext ec,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner) |
Method to return the SQLStatement and mapping for an iterator for this backing store.
|