Exemplo n.º 1
0
 public JPQLTestCase(ObjectLevelReadQuery theQuery) {
   this();
   this.theQuery = theQuery;
   this.ejbql =
       (((JPQLCallQueryMechanism) theQuery.getQueryMechanism()).getJPQLCall()).getEjbqlString();
 }