Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Naming query parameters in Spring Repository [duplicate]

How can I return Optional from @Query method?

Spring JPA @Query annotation, error in SQL geolocation

Spring data Jpa Entity not managed Exception when calling refresh

How to add parameters to IN clause in spring data repository native query

How to only allow specific fields to sort by in a Spring Data JPA Repository Pageable?

How to implement second-level caching in Spring Boot 3 using Ehcache 3?

Looping over items of a jpa streamresult and call an update service. Envers create an revision over all items instead for every single item

Select a default Entity when two or more Entities with same name exist - Spring Boot, Spring Data JPA,

Spring data jpa cannot find my custom implementation method

java spring spring-data-jpa

get first element from jsonb list of strings postgres

Problems with Hibernate startup logging after adding JPA with database in SpringBoot version 3.4.0

Spring data JPA: How to Sort on a jsonb field

Spring Boot + Spring Data JPA query from java.util.Date type using only the month

how to remove the ' ' when the dynamic argument is String type?

java spring-data-jpa

Spring boot doesn't find JpaRepositories in sibling-package when using @ComponentScan or can't initialize them when using @EnableJpaRepositories

How to expose only writable REST api with Spring Data REST?

Spring Data JPA not using AttributeConverter in Spring Boot Application