| Interface | Description |
|---|---|
| CancelableQuery |
Defines a cancelable query.
|
| Constants |
Constants used in find processing.
|
| SqlTreeNode |
| Class | Description |
|---|---|
| BackgroundFetch |
Continue the fetch using a Background thread.
|
| BackgroundIdFetch |
Continue the fetch using a Background thread.
|
| BaseFuture<T> |
A base object for query Future objects.
|
| BeanCollectionWrapper |
Wraps a BeanCollection with helper methods to add beans.
|
| CallableQuery<T> |
Base object for making query execution into Callable's.
|
| CallableQueryIds<T> |
Represent the fetch Id's query as a Callable.
|
| CallableQueryList<T> |
Represent the findList query as a Callable.
|
| CallableQueryRowCount<T> |
Represent the findRowCount query as a Callable.
|
| CallableSqlQueryList |
Represent the SQL query findList as a Callable.
|
| CQuery<T> |
An object that represents a SqlSelect statement.
|
| CQueryBuilder |
Generates the SQL SELECT statements taking into account the physical
deployment properties.
|
| CQueryBuilderRawSql | |
| CQueryEngine |
Handles the Object Relational fetching.
|
| CQueryFetchIds |
Executes the select row count query.
|
| CQueryOrderBy |
Creates the order by expression clause.
|
| CQueryPlan |
Represents a query for a given SQL statement.
|
| CQueryPlanRawSql | |
| CQueryPlanStats |
Statistics for a specific query plan that can accumulate.
|
| CQueryPlanStats.Snapshot |
A snapshot of the current statistics for a query plan.
|
| CQueryPredicates |
Compile Query Predicates.
|
| CQueryRowCount |
Executes the select row count query.
|
| DefaultDbSqlContext | |
| DefaultOrmQueryEngine |
Main Finder implementation.
|
| DefaultRelationalQueryEngine |
Perform native sql fetches.
|
| DefaultSqlRow |
Used to return raw SQL query results.
|
| LimitOffsetList<T> | |
| LimitOffsetPage<T> |
Page implementation based on limit offset types of queries.
|
| LimitOffsetPagingQuery<T> | |
| LoadedPropertiesCache | |
| QueryFutureIds<T> |
Default implementation of FutureIds.
|
| QueryFutureList<T> |
Default implementation for FutureList.
|
| QueryFutureRowCount<T> |
Future implementation for the row count query.
|
| RawSqlSelectClauseBuilder |
Factory for SqlSelectClause based on raw sql.
|
| SplitName | |
| SqlBeanLoad |
Controls the loading of property data into a bean.
|
| SqlQueryFutureList |
Default implementation of SqlFutureList.
|
| SqlTree |
Represents the SELECT clause part of the SQL query.
|
| SqlTreeAlias |
Special Map of the logical property joins to table alias.
|
| SqlTreeBuilder |
Factory for SqlTree.
|
| SqlTreeNodeBean |
Normal bean included in the query.
|
| SqlTreeNodeExtraJoin |
The purpose is to add an extra join to the query.
|
| SqlTreeNodeManyRoot | |
| SqlTreeNodeManyWhereJoin |
Join to Many (or child of a many) to support where clause predicates on many properties.
|
| SqlTreeNodeRoot |
Represents the root node of the Sql Tree.
|
| SqlTreeProperties |
The select properties for a node in the SqlTree.
|
Copyright © 2014. All Rights Reserved.