Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

How to create a dynamic WHERE clause for all queries in Spring Data JPA?

Spring Data: Query list of string annotated with @ElementCollection

ConcurrentModificationException when deleting a @ManyToMany associations Spring Data Jpa

java spring-data-jpa

Spring Data Mongo @Indexed creates index multiple times

Not able to delete in @OneToMany relationship spring data jpa

How to specify default sort in Spring Data @Repository find method?

Should I apply @Transactional(readOnly = true) to a simple query method?

Spring Data JPA Hibernate Many to Many cascade delete

hibernate spring-data-jpa

Spring Data queryForStream: how can it run out of Heap Space?

class org.hibernate.mapping.BasicValue cannot be cast to class org.hibernate.mapping.ToOne while upgrading hibernate/JPA/Spring boot version to 3.1.1

CrudRepository: Save method deletes entry

WrongTypeOfReturnValue: "Object" cannot be returned by findById()

Does @PreUpdate always run when @PrePersist runs?

java.net.SocketException: Permission denied: connect Starting Tomcat 7

Why did Spring Data JPA save method didn't validate straight away?

Why can't Spring Boot deduce Hibernate dialect?

Fetch and delete the object using pageable in spring boot

JPA - check if the user exists in the database by name?

Hibernate Search failing while creating initial indexes