Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.cayenne.query Classes and Interfaces - 33 results found.
NameDescriptionTypePackageFramework
AbstractQueryA common superclass of Cayenne queries.Classorg.apache.cayenne.queryApache Cayenne
BatchQueryBatchQuery and its descendants allow to group similar data for the batch database modifications, including inserts, updates and deletes.Classorg.apache.cayenne.queryApache Cayenne
CapsStrategyenum CapsStrategyextends EnumDefines forced capitalization of the result column names in the DataRow.Classorg.apache.cayenne.queryApache Cayenne
DeleteBatchQueryBatched delete query.Classorg.apache.cayenne.queryApache Cayenne
DeleteQuerySee Also:Serialized FormFields inherited from class org.Classorg.apache.cayenne.queryApache Cayenne
EJBQLQueryAn EJBQL query representation in Cayenne.Classorg.apache.cayenne.queryApache Cayenne
EntityResultSegmentA "compiled" version of a EntityResult descriptor.Interfaceorg.apache.cayenne.queryApache Cayenne
IndirectQueryA convenience superclass of the queries that resolve into some other queries during the routing phase.Classorg.apache.cayenne.queryApache Cayenne
InsertBatchQueryBatched INSERT query.Classorg.apache.cayenne.queryApache Cayenne
NamedQueryA query that is a reference to a named parameterized query stored in the mapping.Classorg.apache.cayenne.queryApache Cayenne
ObjectIdQueryA query that matches zero or one object or data row corresponding to the ObjectId.Classorg.apache.cayenne.queryApache Cayenne
OrderingDefines object sorting criteria, used either for in-memory sorting of object lists or as a specification for building ORDER BY clause of a SelectQuery query.Classorg.apache.cayenne.queryApache Cayenne
ParameterizedQueryDefines a query that can serve as a template for other queries.Interfaceorg.apache.cayenne.queryApache Cayenne
PrefetchProcessorA hierarchical visitor interface for traversing a tree of PrefetchTreeNodes.Interfaceorg.apache.cayenne.queryApache Cayenne
PrefetchSelectQueryA SelectQuery to perform a prefetch based on another query.Classorg.apache.cayenne.queryApache Cayenne
PrefetchTreeNodeDefines a node in a prefetch tree.Classorg.apache.cayenne.queryApache Cayenne
ProcedureQueryA query based on Procedure.Classorg.apache.cayenne.queryApache Cayenne
QualifiedQueryAn abstract superclass of queries with Expression qualifiers.Classorg.apache.cayenne.queryApache Cayenne
QueryDefines minimal API of a query descriptor that is executable via Cayenne.Interfaceorg.apache.cayenne.queryApache Cayenne
QueryCacheStrategyenum QueryCacheStrategyextends EnumDefines query result caching policy.Classorg.apache.cayenne.queryApache Cayenne
QueryChainA Query decorator for a collection of other queries.Classorg.apache.cayenne.queryApache Cayenne
QueryMetadataProvides a common interface for accessing query metadata.Interfaceorg.apache.cayenne.queryApache Cayenne
QueryRouterAn interface used by Queries to route themselves to an appropriate QueryEngine.Interfaceorg.apache.cayenne.queryApache Cayenne
RefreshQueryA query that allows to explicitly clear both object and list caches either via refetch (eager refresh) or invalidate (lazy refresh).Classorg.apache.cayenne.queryApache Cayenne
RelationshipQueryA query that selects objects related to a given object via a mapped relationship.Classorg.apache.cayenne.queryApache Cayenne
ScalarResultSegmentInterfaceorg.apache.cayenne.queryApache Cayenne
SelectQueryA query that selects persistent objects of a certain type or "raw data" (aka DataRows).Classorg.apache.cayenne.queryApache Cayenne
SortOrderenum SortOrderextends EnumConstants to order query results (the ORDER BY clause).Classorg.apache.cayenne.queryApache Cayenne
SQLActionDefines API for query execution strategy over JDBC connection (as in Strategy Pattern).Interfaceorg.apache.cayenne.queryApache Cayenne
SQLActionVisitorA factory interface to create standard SQLActions for a set of standard queries.Interfaceorg.apache.cayenne.queryApache Cayenne
SQLTemplateA query that executes unchanged (except for template preprocessing) "raw" SQL specified by the user.Classorg.apache.cayenne.queryApache Cayenne
UpdateBatchQueryBatched UPDATE query.Classorg.apache.cayenne.queryApache Cayenne
UpdateQueryObject encapsulating an UPDATE statement.Classorg.apache.cayenne.queryApache Cayenne