|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.query.evaluator.JDOQLResultClassMapper
public class JDOQLResultClassMapper
Class to map the results of a JDOQL query to the result class.
| Field Summary | |
|---|---|
protected static Localiser |
LOCALISER
|
| Constructor Summary | |
|---|---|
JDOQLResultClassMapper(java.lang.Class resultClass)
Constructor for the ResultClassMapper which handles setResultClass |
|
| Method Summary | |
|---|---|
java.util.Collection |
map(java.util.Collection inputResults,
Expression[] resultNames)
Method to map the input results to the required result class type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Localiser LOCALISER
| Constructor Detail |
|---|
public JDOQLResultClassMapper(java.lang.Class resultClass)
resultClass - The required result class| Method Detail |
|---|
public java.util.Collection map(java.util.Collection inputResults,
Expression[] resultNames)
inputResults - The results to processresultNames - Expressions for the result components of the input results (columns)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||