Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring data JPA Repository Match All Columns or whole pojo

Spring Data Pageable Performance

Spring Data Projections

How to implement history data changes with Spring Boot/Spring Data

How to add custom column name Spring Data JPA? [duplicate]

Spring JPA get dates between a range (inclusive) in mongo with LocalDateTime

Crudrepository / Join single field from other table to entity as readonly

Filtering out nested objects in JPA query

Can't delete child entity without deleting parent entity, regardless of CascadeTypes?

Java 8 Time API with Hibernate using millisecond / nanosecond precision

Spring JPA Hikari multiple connection pool with same datasource

Hibernate N+1 problem on OneToOne relationship

is there a @MappedSuperclass equivalent annotation for mongoDB in spring?

How to replace table name with parameter value while using Spring Data JPA nativeQuery

Found 0 JPA repository interfaces after I ran my spring boot application [duplicate]

Spring JPA repository method query name for between

Spring Data JPA JPQL queries on parent interface

jpa spring-data-jpa jpql

In SpringBoot, does Transactional annotation still rollbacks the transaction if I catch the DataAccessException