Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Data JPA - escape accent french character (é, à, è, û..)

Spring QueryDsl pagination filter by ACL permissions

How to perform an @Entity query inside a ConstraintValidator

Injecting spring bean in a JPA Entity Listener

Get distinct column values with a Spring Data JpaRepository

Spring Data JPA: FindBy on Join Column

java spring-data-jpa

Spring Data and DDD - domain model agnostic of persistence

JPA Metamodel doesn't generate sources after moving to spring boot 3 and java 17

How to write a spring boot jpa specification joining multiple tables

How to fix error in native query : it is showing syntax error near or at [closed]

java.lang.IllegalAccessException - can not access a member of class org.springframework.data.jpa.util.HibernateProxyDetector with modifiers ""

spring-data-jpa

Spring Data JPA: Instantiate multiple repositories from same repository interface definitions, each pointing to a different database

Dynamic query using JpaRepository

Avoiding loading LAZY collection in Spring Data Jpa

jpa spring-data-jpa

MySQL Filter on many-to-many on recipes - ingredients tables

Integration testing Spring repository layer with DBUnit

"The method findById is undefined for the type" after migrating to Boot 3