Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
JDO 3.2.1
-
None
-
None
Description
The current generated typesafe query Q class has a static methods:
public static QFullTimeEmployee candidate(String name) public static QFullTimeEmployee candidate()
The current spec does not specify these methods but uses them in the query examples.