Package | Description |
---|---|
org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
org.datanucleus.store.rdbms.scostore |
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
|
Modifier and Type | Method and Description |
---|---|
IteratorStatement |
BulkFetchExistsHelper.getSQLStatementForContainerField(org.datanucleus.metadata.AbstractClassMetaData candidateCmd,
Map parameters,
org.datanucleus.metadata.AbstractMemberMetaData mmd,
RDBMSQueryCompilation datastoreCompilation,
Set<String> mapperOptions)
Convenience method to generate a bulk-fetch statement for the specified multi-valued field of the owning query.
|
Modifier and Type | Method and Description |
---|---|
Map<String,IteratorStatement> |
RDBMSQueryCompilation.getSCOIteratorStatements() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRDBMSQueryResult.registerMemberBulkResultSet(IteratorStatement iterStmt,
ResultSet rs) |
void |
RDBMSQueryCompilation.setSCOIteratorStatement(String memberName,
IteratorStatement iterStmt) |
Modifier and Type | Method and Description |
---|---|
IteratorStatement |
FKArrayStore.getIteratorStatement(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner)
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
IteratorStatement |
FKSetStore.getIteratorStatement(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner)
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
IteratorStatement |
JoinArrayStore.getIteratorStatement(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner)
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
IteratorStatement |
JoinSetStore.getIteratorStatement(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner)
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
IteratorStatement |
FKListStore.getIteratorStatement(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner,
int startIdx,
int endIdx)
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
IteratorStatement |
JoinListStore.getIteratorStatement(org.datanucleus.ClassLoaderResolver clr,
org.datanucleus.FetchPlan fp,
boolean addRestrictionOnOwner,
int startIdx,
int endIdx)
Method to return the SQLStatement and mapping for an iterator for this backing store.
|
Copyright © 2017. All rights reserved.