Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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

'Basic' attribute type should not be Persistence Entity

Spring Data JPA(Hibernate): How do I retrieve a concrete entity using only a field in its abstract superclass?

Working with Spring Data JPA, Hibernate and multiple transaction manager: No bean named 'transactionManager' is defined

How to create Jpa repository dynamically inside a class?

Spring Data JPA Select Distinct

Spring Data JPA - repository findAll method using flag column

java spring-data-jpa

SpringDataJPA: custom data mapping with Native Query

spring jpa spring-data-jpa

How to query for boolean property with Spring CrudRepository?

Query from combined spring data specification has multiple joins on same table

Spring Boot extending CrudRepository