Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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

How to exclude a @Repository from component scan when using Spring Data Rest

Spring-data-jpa eager fetch with join and using pagination not working

Can Spring JPA projections have Collections?

Is it possible to add wildcards to @Query parameters?

Spring Boot change DataSource and JPA properties at runtime

How to implement Generic JPA Repository in Spring Boot - Which can be autowired into spring services for any entity/class type

How to create unpaged but sorted Pageable.of(unpaged, unpaged, Sort ) to spring data jpa repository?

Spring JPA / Hibernate transaction force insert instead of update

Spring Boot + Spring Data JPA + Transactions not working properly

Why is this value too long for my H2 table

How to refer long query, written in external file, in Spring data jpa @Query

Spring JPA deleteInBatch causes StackOverflow

Two foreign keys as primary key