I have a JPA/Spring application which uses Hibernate as the JPA provider. In part of the code, I have to manually create DAOs in my application using the new operator, Instead of using Spring DI. W
I have a JPA/Spring application which uses Hibernate as the JPA provider. In part of the code, I have to manually create DAOs in my application using the new operator, Instead of using Spring DI. W