INT-2881: Add support for the firstRecord to retrieving JPA gateway

JIRA: https://jira.springsource.org/browse/INT-2881
This commit is contained in:
Amol Nayak
2013-09-27 19:43:55 +03:00
committed by Artem Bilan
parent df6b821e4b
commit 61f24c8d9e
21 changed files with 516 additions and 84 deletions

View File

@@ -470,5 +470,4 @@ public abstract class IntegrationNamespaceUtils {
.addConstructorArgValue(methodSignature);
registry.registerBeanDefinition(functionId, builder.getBeanDefinition());
}
}