0
votes
1answer
22 views

Spring Data JPa simple web Example with MySql and Maven

I am very new to JPA and Spring so can u people give me link or any working code of Spring Data JPA with MVC integration which have used Mysql and Maven.
0
votes
0answers
49 views

No luck with version configration in maven - spring-data-mongodb, rabbitmq

I updated my versions in my pom.xml <spring.version>3.2.1.RELEASE</spring.version> <spring.data.jpa.version>1.2.1.RELEASE</spring.data.jpa.version> ...
0
votes
1answer
143 views

Advanced spring-data query/critera

I have been building a Spring based REST service using MongoDB and Spring Data - MongoDB. See below; parts of my data model: @Document public class User{ ..... private List<EMail> ...
0
votes
1answer
365 views

Spring Data MongoDB Cross-Store plugin and JPA PrePersist and PreUpdate

We have an application with the following set up: Java 6.0 Spring Data JPA 1.1.0.RELEASE Spring Data MongoDB 1.0.2.RELEASE Spring Data MongoDB Cross-Store 1.0.2.RELEASE Hibernate JPA 2.0 We have ...