Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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?

Spring data jpa default schema for native query in repository

Get single row in JPA

java spring-data-jpa jpql

@CreatedBy and @LastModifiedDate are no longer working with ZonedDateTime?

MySQL Date Changes to Yesterday's date After JPA Save

Spring Data JPA getting a Projection from an Entity with a Query

How to access in memory h2 database of one spring boot application from another spring boot application

How to add a list of Predicates to CriteriaBuilder.or

Can not set int field to null value