Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Getting next value from sequence with jpa repository in postgreSQL

Spring data JPA Specifications - @OneToMany dependency

Spring Data JPA Update Method

java spring spring-data-jpa

Example for @DomainEvents and @AfterDomainEventsPublication

spring spring-data-jpa

Why is a paginated query slower than a plain one with Spring Data?

How can it be that Java is NOT type safe in a particular situation?

Spring data date between query

Spring Data JPA Specification Inheritance

SpringBoot Accessing H2 console

How to escape question mark (?) character with Spring JpaRepository

Customizing HATEOAS link generation for entities with composite ids

Spring Data: can it find by two values of the same field without writing the implementation?

JPA Repository.findById() returns null but the value is exist on db

java jpa spring-data-jpa

Set the fetch size with Spring Data

Hibernate PersistentSet remove() operation not working

Spring Boot JPA CrudRepository

Why has javax.persistence-api been replaced by jakarta.persistence-api in spring data jpa starter?

Cannot configure Spring Data JPA: Specified class is an interface

Persist OneToOne relation with SpringData JPA

Spring Data JPA - How can I fetch data from a Date column using only month and day?