org.apache.cayenne.query
Interface Select<T>

All Superinterfaces:
ConfigurationNode, Query, Serializable
All Known Implementing Classes:
PrefetchSelectQuery, SelectQuery, SQLSelect

public interface Select<T>
extends Query

A common interface for grouping together different kinds of queries that return results.


Method Summary
 
Methods inherited from interface org.apache.cayenne.query.Query
createSQLAction, getDataMap, getMetaData, getName, route
 
Methods inherited from interface org.apache.cayenne.configuration.ConfigurationNode
acceptVisitor
 



Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.