org.objectweb.speedo.query.api
Interface QueryDefinition
- All Known Implementing Classes:
- QueryDefinitionImpl
- public interface QueryDefinition
This interface represents the user definition of a query.
- Author:
- S.Chassande-Barrioz
getCandidateClass
public java.lang.Class getCandidateClass()
isCollection
public boolean isCollection()
getCollection
public java.util.Collection getCollection()
getParameters
public java.lang.String getParameters()
getVariables
public java.lang.String getVariables()
getFilter
public java.lang.String getFilter()
getExtent
public Extent getExtent()
getImportStatements
public java.util.List getImportStatements()
isIgnoreCache
public boolean isIgnoreCache()
getOrder
public java.util.List getOrder()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
qdToString
public java.lang.String qdToString(boolean oneLine)