}
JDBCStoreManager2 manager = (JDBCStoreManager2) entity.getManager();
QLCompiler compiler = new EJBQLToSQL92Compiler(manager.getCatalog());
try {
compiler.compileJBossQL((String) args[0],
metadata.getMethod().getReturnType(),
getParamTypes(args),
metadata
);
} catch (Throwable t) {