Top "Spring-data-jpa" questions

Spring Data - JPA is part of the Spring Data umbrella project which makes it easy to implement JPA based repositories

spring data rest vs spring data jpa

I have had a look at the following question What are the advantages of using Spring Data REST over Spring …

architecture spring-data-jpa spring-data-rest
Migration to hibernate core 5.2.1 ava.lang.NoSuchMethodError: org.hibernate.Session.getFlushMode()Lorg/hibernate/FlushMode;

Using spring version:4.3.1,Spring data:1.10.2,hibernate core: 5.2.1. using postgres Database pg connector version :9.4.1208.jre7 After upgrading from hibernate 5.1.0 to 5.2.1 when …

spring hibernate spring-data-jpa spring-4 hibernate-5.x
How to disable RepositoryRestHandlerMapping and EndpointHandlerMapping?

I am currently building an application with a REST interface, using Spring Boot, Hibernate and Spring-HATEOAS. My data model is …

spring spring-mvc spring-boot spring-data-jpa spring-hateoas
Spring JPA Specifications Not In Query

Here the IN criteria query using Spring JPA Specification is working fine. but I don't know how to use "NOT …

spring spring-data-jpa jpa-2.1
How to use Constructor Mapping with Spring JPA Repositories

I have a Spring repository as follows: import org.springframework.data.repository.Repository; import org.springframework.stereotype.Component; import com.…

hibernate jpa spring-data-jpa jpa-2.1
Is there a way to convert SQL queries to liquibase changelog format?

I would like to know if it is possible to convert an existing SQL script into XML format of changelogs …

java sql spring-data-jpa liquibase liquibase-hibernate
Multiple Repositories for the Same Entity in Spring Data Rest

Is it possible to publish two different repositories for the same JPA entity with Spring Data Rest? I gave the …

spring spring-data spring-data-jpa spring-data-rest
Is Spring @Service transactional?

When I am on a spring service and I want to update several database tables through spring repositories, do I …

java spring spring-data-jpa spring-transactions
NULL ID Generated Via @GeneratedValue On Composite Key Using @EmbeddedId

Trying to save a row in a table that has a composite key (Long & Date) via Spring Data JPA. …

jpa jpa-2.0 spring-data spring-data-jpa composite-key
Hibernate fails to load JPA 2.1 Converter when loaded with spring-boot and spring-data-jpa

I have a custom converter for UUID to transfer it to a string instead a binary: package de.kaiserpfalzEdv.commons.…

java hibernate spring-boot spring-data-jpa jpa-2.1