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()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © -2011 . All Rights Reserved.