org.jpox.store.query
Class JDOQLQuery.ExecutedCompileCache

java.lang.Object
  extended byorg.jpox.store.query.JDOQLQuery.ExecutedCompileCache
Enclosing class:
JDOQLQuery

public static class JDOQLQuery.ExecutedCompileCache
extends java.lang.Object

Cache a compiled query


Constructor Summary
JDOQLQuery.ExecutedCompileCache(QueryExpression queryStmt, java.lang.String singleStringQuery, Queryable candidates, java.util.List parameterNames)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Queryable getCandidates()
           
 java.util.List getParameterNames()
           
 QueryExpression getQueryExpression()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOQLQuery.ExecutedCompileCache

public JDOQLQuery.ExecutedCompileCache(QueryExpression queryStmt,
                                       java.lang.String singleStringQuery,
                                       Queryable candidates,
                                       java.util.List parameterNames)
Method Detail

getQueryExpression

public QueryExpression getQueryExpression()

getCandidates

public Queryable getCandidates()

getParameterNames

public java.util.List getParameterNames()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)


Copyright © -2007 . All Rights Reserved.