Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

I can't use findOne() method in my code

nested exception is java.lang.IllegalArgumentException: Not a managed type: class

Creating Pagination in Spring Data JPA

Enable hibernate filter globally with spring-boot & spring-data

Spring JPA REST sort by nested property

Tables not getting created in multiple databases in spring boot application

Kotlinic pattern for using Spring Data JPA's "query by example"

spring-data-jpa kotlin

Build JPA Specification from tree

Spring data JPA java.lang.IllegalArgumentException: Not an entity

Can I use a generic Repository for all children of a MappedSuperClass with Spring Data JPA?

Spring data JPA findFirst,findTop doesnt work

spring-data-jpa

How to declare repositories based on entity interfaces?

How to save and load a large Graph structure with JPA and Hibernate?

Component Scan not scanning sub packages

Spring Boot in memory database H2 doesn't load data from file on initialization

Using Liquibase to initialize in-memory H2 for unit tests in Spring Boot application

How to use StatelessSession with Spring Data JPA and Hibernate?

Java 8 JPA Repository Stream row-by-row in Postgresql

Mockito cannot create Spy of @Autowired Spring-Data Repository