Package | Description |
---|---|
org.datanucleus.store.rdbms.mapping |
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
|
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 |
---|---|
StatementMappingIndex |
StatementClassMapping.getMappingForMemberPosition(int position)
Accessor for the mapping information for the member at the specified position.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementClassMapping.addMappingForMember(int position,
StatementMappingIndex mapping) |
Modifier and Type | Field and Description |
---|---|
protected StatementMappingIndex[] |
SQLQuery.stmtMappings
Mappings for the result of the query.
|
Modifier and Type | Method and Description |
---|---|
StatementMappingIndex |
StatementParameterMapping.getMappingForParameter(String name)
Accessor for the mapping information for the parameter with the specified name.
|
StatementMappingIndex |
StatementParameterMapping.getMappingForParameterPosition(int pos)
Convenience method to return the mapping for the parameter that is at the specified position.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementParameterMapping.addMappingForParameter(String name,
StatementMappingIndex mapping) |
void |
StatementResultMapping.addMappingForResultExpression(int position,
StatementMappingIndex mapping) |
Modifier and Type | Method and Description |
---|---|
StatementMappingIndex |
IteratorStatement.getOwnerMapIndex() |
Modifier and Type | Method and Description |
---|---|
void |
IteratorStatement.setOwnerMapIndex(StatementMappingIndex idx) |
Copyright © 2015. All rights reserved.