Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

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

How to persist when using Spring Boot with JPA

Spring Data: can it find by two values of the same field without writing the implementation?

How to add links to Spring Data REST projections?

Set the fetch size with Spring Data

Spring Boot JPA CrudRepository