Uses of Class
org.datanucleus.store.rdbms.query.StatementMappingIndex
-
Packages that use StatementMappingIndex 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. -
-
Uses of StatementMappingIndex in org.datanucleus.store.rdbms.query
Fields in org.datanucleus.store.rdbms.query declared as StatementMappingIndex Modifier and Type Field Description protected StatementMappingIndex[]
SQLQuery. stmtMappings
Mappings for the result of the query.Methods in org.datanucleus.store.rdbms.query that return StatementMappingIndex Modifier and Type Method Description StatementMappingIndex
StatementClassMapping. getMappingForMemberPosition(int position)
Accessor for the mapping information for the member at the specified position.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.Methods in org.datanucleus.store.rdbms.query with parameters of type StatementMappingIndex Modifier and Type Method Description void
StatementClassMapping. addMappingForMember(int position, StatementMappingIndex mapping)
void
StatementParameterMapping. addMappingForParameter(String name, StatementMappingIndex mapping)
void
StatementResultMapping. addMappingForResultExpression(int position, StatementMappingIndex mapping)
-
Uses of StatementMappingIndex in org.datanucleus.store.rdbms.scostore
Methods in org.datanucleus.store.rdbms.scostore that return StatementMappingIndex Modifier and Type Method Description StatementMappingIndex
IteratorStatement. getOwnerMapIndex()
Methods in org.datanucleus.store.rdbms.scostore with parameters of type StatementMappingIndex Modifier and Type Method Description void
IteratorStatement. setOwnerMapIndex(StatementMappingIndex idx)
-