Spring Data - JPA is part of the Spring Data umbrella project which makes it easy to implement JPA based repositories
I am using Spring Boot, Spring Security, OAuth2 and JWT to authenticate my application, but I keep getting this nasty …
java spring spring-boot spring-data-jpaIs it possible to integrate Spring managed Hibernate interceptors (http://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html/ch14.html) …
hibernate spring-data spring-data-jpa spring-boot spring-data-restThis has been posted before but my issue is a little different. This is the JPQL query in question: @Query("…
java jpa spring-data-jpa jpqlI'm using spring-boot autoconfiguration for database injection, with properties defined: spring.jpa.database=POSTGRESQL spring.jpa.show-sql=true spring.jpa.…
java spring spring-boot spring-data-jpaThe question is basically the same as below one: JPA cascade persist and references to detached entities throws PersistentObjectException. Why? …
java merge spring-data spring-data-jpa persistI have a table Stuff defined as... id, <fields>..., active Active is the soft-delete flag and is always 1 …
java spring jpa spring-data spring-data-jpaI have spring-data and hibernate configured and running. I can save records using spring-data but for some reason I am …
hibernate spring-data spring-data-jpacurrently I am wrestling with being able to fetch only the data I need. The findAll() method needs to fetch …
jpa fetch spring-data-jpa entitygraphI have a Media entity that has some basic fields for files uploaded by the user. For saving the bytes …
java spring repository spring-data-jpaI was trying to use Spring Data JPA on Spring Boot and I kept getting error, I can't figure out …
java spring-boot spring-data-jpa h2