Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

QueryDSL delete method

How to properly setup documentation for Restful services in a micro-service architecture (HAL, ALPS)

Add links into projection's nested object

How to select latest record in group using JPQL in Spring JpaRepository?

Spring Boot Standard UUID codec not working with AbstractMongoClientConfiguration

Spring Data find by inner relation

Spring Data Jpa OneToMany save child and parent entities at the same time?

Spring Data Hibernate + Pageable: Returns empty results

spring data Page/Pageable can't deserialization,how to use?

Spring Data JPA 'jpaMappingContext' error, IllegalStateException: Expected to be able to resolve a type but got null

Is a Spring Data (JPA) Repository thread-safe? (aka is SimpleJpaRepository thread safe)

@Indexed annotation ignored when using named collections

Filters For Spring Data + JPA

jpa spring-data

Spring Data JPA streaming query methods cause an exception about transactions

How to refresh entity after "manual" backend query update [duplicate]

Composite Key and spring-data-jdbc

The type com.querydsl.core.types.Predicate cannot be resolved. It is indirectly referenced from required .class files

What exactly is the difference between JpaRepository and CrudRepository using Spring Data JPA? [duplicate]

Spring Data: rollback transaction on retry

How can I customize the AuditingHandler injected by Spring-Data when using Auditing?