Q - The type of the query statement, usually a String.public interface QueryFactory<Q>
QueryFactory generates a query from the provided Criteria
(tree). The resulting query may be targeted at a database and therefore be
SQL like.
CAUTION: The syntax supported for the query statement is implementation depended!
| Modifier and Type | Method and Description |
|---|---|
Q |
fromCriteria(Criteria aCriteria)
Generates a query from the provided
Criteria (tree). |
Copyright © 2015. All rights reserved.