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. stmtMappingsMappings for the result of the query.Methods in org.datanucleus.store.rdbms.query that return StatementMappingIndex Modifier and Type Method Description StatementMappingIndexStatementClassMapping. getMappingForMemberPosition(int position)Accessor for the mapping information for the member at the specified position.StatementMappingIndexStatementParameterMapping. getMappingForParameter(String name)Accessor for the mapping information for the parameter with the specified name.StatementMappingIndexStatementParameterMapping. 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 voidStatementClassMapping. addMappingForMember(int position, StatementMappingIndex mapping)voidStatementParameterMapping. addMappingForParameter(String name, StatementMappingIndex mapping)voidStatementResultMapping. 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 StatementMappingIndexIteratorStatement. getOwnerMapIndex()Methods in org.datanucleus.store.rdbms.scostore with parameters of type StatementMappingIndex Modifier and Type Method Description voidIteratorStatement. setOwnerMapIndex(StatementMappingIndex idx)
-