Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

spring-boot web app fails to start : Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean

Using SQL-IN-clause in custom @Query in JPA-/CrudRepository with the list or set as passed parameter?

How to write a unit test for spring specification?

How to transform PageRequest object to query string?

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?