Hi all,
I am using Spring Data JPA 1.0.2.RELEASE and it doesn't seem to be validating my JPQL queries at bootstrap time that I have setup on my repository interface using the @Query annotation. Do...
Type: Posts; User: mstewie; Keyword(s):
Hi all,
I am using Spring Data JPA 1.0.2.RELEASE and it doesn't seem to be validating my JPQL queries at bootstrap time that I have setup on my repository interface using the @Query annotation. Do...
Hades is the old Spring Data JPA, I believe Oliver ported the code over to become Spring Data JTA and Hades is now dormant.
http://redmine.synyx.org/projects/show/hades
For my webapp each DB is...
Hi,
I was wondering if people had used Spring Data JPA in an environment with multiple DataSources/EntityManagers/TransactionManagers? I tried using Hades before (version 2.0.3) with Spring 3.0.5...
Hi all,
I am using Spring 3.0.5 and Hibernate Validator 4.2.0 in my webapp. All is working well and I use the LocalValidatorFactoryBean bean to perform the Validator bootstrapping/initialization....