|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.mapping.Mappings
Helper class for doing many tasks with mapping
Constructor Summary | |
Mappings()
|
Method Summary | |
static int[] |
getParametersIndex(int initialPosition,
JavaTypeMapping mapping)
Get the indexes/position for Mapping columns in a given the initial position. |
static void |
selectMapping(QueryExpression qs,
DatastoreIdentifier tableIdentifier,
StatementExpressionIndex[] statementExpressionIndex)
Add columns to a query. |
static void |
selectMapping(QueryExpression qs,
StatementExpressionIndex[] statementExpressionIndex)
Add columns to a query. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Mappings()
Method Detail |
public static void selectMapping(QueryExpression qs, StatementExpressionIndex[] statementExpressionIndex)
qs
- the Query StatementstatementExpressionIndex
- the list of mapping/column indexes to be
included in the querypublic static void selectMapping(QueryExpression qs, DatastoreIdentifier tableIdentifier, StatementExpressionIndex[] statementExpressionIndex)
qs
- the Query StatementtableIdentifier
- the Identifier for the table which the columns are from (may be null, if TODO)statementExpressionIndex
- the list of mapping/column indexes to be
included in the querypublic static int[] getParametersIndex(int initialPosition, JavaTypeMapping mapping)
initialPosition
- the initialPositionmapping
- the Mapping
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |