Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Is it a good or bad convention to update entity / row without calling save() in hibernate / spring-jpa?

Spring boot H2 db mode oracle

running setup method for junit only once

java junit spring-data-jpa

JPA @OneToMany & @ManyToOne null

How to save child entity with shared primary key

Custom ItemReader with spring-data-jpa

Implement Search specification for pagination

Filter API response json output based on query parameter

How to have multiple base classes for Spring Data JPA repositories?

spring spring-data-jpa

Spring Data JPA : Repository DeleteById method not working

jpa spring boot - hibernate insert slow

How to make DataJpaTest flush save automatically?

Kotlin copy() function is creating a new Id on a JPA Entity resulting in a new row

Why does JpaRepository.delete() retrieve an entity before it will delete it?