Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

How can I migrate a RedisCacheManager with default expiration to Spring Data Redis 2.0?

spring data JPA - mysql - findById() empty unless findAll() called before

Spring Data MongoDB tries to generate queries for custom repository methods

Spring data Redis HGETALL operation

spring redis spring-data jedis

QueryDsl SpringData Jpa findAll how to avoid count()

Spring Data JPA Repositories with Java 8 Streams

How to filter child collection in JPQL query?

java spring jpa spring-data jpql

Preferred way to implement Persistable.isNew for entity with predefined ID in Spring Data

Spring Data: Not an managed type: class java.lang.Object

Is there a way to eager fetch a lazy relationship through the Predicate API in QueryDSL?

jpa spring-data querydsl

Spring Data JPA - Is it possible to sort on a calculated property?

Getting next value from sequence with jpa repository in postgreSQL

How to update reference object in Spring-data rest?

WebApplicationInitializer container.addServlet() returns null

How do I file a bug report with Spring?

spring spring-data

Using QueryDSL with MongoDB - java.lang.NoClassDefFoundError

Why is a paginated query slower than a plain one with Spring Data?

Spring data date between query

Spring Data JPA Specification Inheritance

How spring data JPA decides to call entityManager.persist(…) or entityManager.merge(…) method

spring spring-data