Top "Spring-orm" questions

Spring Framework Object Relational Mapping (ORM) Data Access

Tomcat 7 SEVERE: Context [] startup failed due to previous errors after add spring-data-jpa to dependency in pom

I have a spring rest app.It is configured with annotations. When I add spring-data-jpa dependency the application is falling …

spring-mvc annotations tomcat7 spring-data-jpa spring-orm
java.lang.IllegalArgumentException: Can not set java.lang.Short field to java.lang.Short

I am new to hibernate, I am having the following classes, I am using Spring hibernate and mysql. import javax.…

spring hibernate one-to-many spring-orm
Could not fetch the SequenceInformation from the database ERROR but still everything works

I've created user and userRole tables user entity @Entity @Table(name = "USERS") public class User { @Id @Column(name = "USERNAME", nullable = …

spring hibernate spring-orm
Duplicate entry exception hibernate

I'm having some issues storing entries into my database. I am using the following heirarchy: I have a parent class …

java mysql hibernate spring-mvc spring-orm