Class | Description |
---|---|
AbstractQuery |
Represents an amber query
|
AmberDeleteQuery |
Represents an Amber delete query
|
AmberSelectQuery |
Represents an Amber select query
|
CachedQuery |
Represents the application's view of the query.
|
CachedQueryKey |
A key for cached query results.
|
CacheUpdate |
Callback when an entity is created, destroyed or modified.
|
FromItem | |
QueryArgs |
Represents the arguments to a query.
|
QueryCacheKey |
The key for a query cache entry
|
QueryParser |
Contains the parser for EJB 3.0 style queries and stores
the parsed expressions.
|
ResultSetCacheChunk |
The JDBC statement implementation.
|
ResultSetImpl |
The JDBC statement implementation.
|
TableCacheUpdate |
Update callback where any addition or deletion modifies the cached query.
|
UpdateQuery |
Represents an Amber select query
|
UserQuery |
Represents the application's view of the query.
|
Exception | Description |
---|---|
QueryParseException |
Exception.
|