/** .class. */
 public void test() throws Exception {
   TOPLINK.getName();
 }
 public CustomSQLSubQueryTest() {
   referenceClass = Employee.class;
   setName("CustomSQLSubQueryTest(" + referenceClass.getName() + ")");
   setDescription("The test runs a ReadAllQuery with a customSQL subquery to the database.");
 }