Package | Description |
---|---|
ome.services.query |
facilitates the creation of Hibernate Queries and Criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassQuerySource
creates a query based on the id string by interpreting it as a Class.
|
class |
NullQuerySource
always returns null for any id.
|
class |
StringQuerySource
interprets the query id as an HQL query.
|
Modifier and Type | Field and Description |
---|---|
protected QuerySource[] |
QueryFactory.sources
sources available for lookups.
|
Constructor and Description |
---|
QueryFactory(QuerySource... querySources)
main constructor which takes a non-null array of query sources as its
only argument.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.