Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

How to implement batch update using Spring Data Jpa?

spring-data-jpa

Spring Data Jpa - ManyToMany - delete entities of the join table

Spring Data JPA: How to update a model elegantly?

Does spring CrudRepository support deleteBy of a list?

Generate DDL with spring boot using a custom delimiter

Is Spring @Service transactional?

Spring Data Exception Handling

How to use Spring AbstractRoutingDataSource with dynamic datasources?

java.lang.IllegalArgumentException: Parameter with that position [1] did not exist

spring-data-jpa jpql

How to query data via Spring data JPA with user defined offset and limit (Range)

Difference between Spring Data JPA and ORM

orm spring-data-jpa

Is it possible to use an Array object as a parameter in Spring Repository @Query annotation?

What does Hibernate @Proxy(lazy = false) annotation do?

Spring data JPA: how to enable cascading delete without a reference to the child in the parent?

FindBy using a foreign key in JPA

Why does the addition of @EnableAutoConfiguration cause spring-boot to fail with "Unable to find JPA packages to scan"

Spring Boot DataJpaTest unit test reverting to H2 instead of mySql

How to use hibernate @DynamicUpdate with spring data jpa?

How to force transaction commit in Spring Boot test?

Spring JPA java.lang.IllegalStateException: No persistence units parsed from {classpath*:META-INF/persistence.xml}

jpa spring-data-jpa