How to use Dynamic Proxies with JSF when the method signature contains Object … args
问题 I'm having some trouble with Spring, JPA and Dynamic Proxy DAO classes which are initialized as Spring Beans. This particular project has been plaguing me on the persistence/transaction side for some time, and I'd like to get this nailed down once and for all. First, here's a method from the DAO interface: /** * Perform a named query using numbered parameters and return the results as a list * @param name * @param params * @return query results */ List getNQasList(String name, Object...