org.jpox.store.query
Class JDOQLQuery.ExecutedCompileCache
java.lang.Object
org.jpox.store.query.JDOQLQuery.ExecutedCompileCache
- Enclosing class:
- JDOQLQuery
- public static class JDOQLQuery.ExecutedCompileCache
- extends java.lang.Object
Cache a compiled query
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JDOQLQuery.ExecutedCompileCache
public JDOQLQuery.ExecutedCompileCache(QueryExpression queryStmt,
java.lang.String singleStringQuery,
Queryable candidates,
java.util.List parameterNames)
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.