if (localhome != null) {
AssemblerTool.resolveMethods(finderMethods, localhome, query.method);
}
for (Method method : finderMethods) {
deployment.addQuery(method, query.queryStatement);
}
if (query.remoteResultType) {
StringBuilder methodSignature = new StringBuilder();
methodSignature.append(query.method.methodName);