AbstractClassIdsOptionsQuery |
simple abstract class that provides a common
Definitions containing:
IdsQueryParameterDef and
ClassQueryParameterDef .
|
ClassQuerySource |
creates a query based on the id string by interpreting it as a Class.
|
CollectionCountQueryDefinition |
counts the number of members in a collection.
|
CollectionQueryParameterDef |
extension of QueryParameterDef which restricts the
type to a
Collection , and specifies the element types of that
Collection.
|
Definitions |
|
Hierarchy |
single-point of entry for walking of OME container hierarchies.
|
HierarchyNavigator |
Query the database for relationships between model objects.
|
HierarchyNavigatorWrap<T,E> |
Convenience class for creating versions of HierarchyNavigator with different model object representations.
|
IObjectClassQuery |
simple query subclass which uses the Parameters.CLASS
parameter value to create a Criteria and then adds
Expression instances based on all other
parameter names.
|
NullQuerySource |
always returns null for any id.
|
PojosFindAnnotationsQueryDefinition |
|
PojosFindHierarchiesQueryDefinition |
walks up the hierarchy tree starting at Image nodes
while fetching various information.
|
PojosGetImagesByOptionsQueryDefinition |
|
PojosGetImagesQueryDefinition |
|
PojosGetUserImagesQueryDefinition |
|
PojosLoadHierarchyQueryDefinition |
|
Query<T> |
base Query type to facilitate the creation of ORM queries.
|
QueryFactory |
query locator which is configured by Spring.
|
QueryParameterDef |
definition of a slot into which a QueryParameter must
fit.
|
QuerySource |
contract for any source of queries .
|
StringQuery |
simple HQL query.
|
StringQuerySource |
interprets the query id as an HQL query.
|