Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Pageable and @Param in a spring data JpaRepository method issue [2]

Create Query matching for current date [duplicate]

QueryDsl - subquery in collection expression

How does @CreatedBy work in Spring Data JPA?

QueryDslPredicateExecutor not found in spring data commons 2.0.4

java spring spring-data

Spring Data Querying DateTime with only Date

Spring Data: JPA repository findAll() to return *Map instead of List?

Exception using Spring Data JPA and QueryDsl via REST Controller

Is there a generic REST query language for JPA, spring-data, spring-data-rest

Hibernate Second level query caching issue with same where clause

Spring data repository sends null as bytea to PostgreSQL database

Spring Data JPA Specification to Select Specific Columns

How to use the exists keyword in Spring Data to check for the existence of an entity?

spring-data

spring data mongodb: access default POJO converter from within custom converter

How to force eager loading with CrudRepository in spring-data?

Spring Boot + Spring Data with multi tenancy

JPA @ElementCollection how can I query?

Can I use Slice with findAll method : Spring Data

How to mix Spring Data Repositories and Spring Rest Controllers

How does Spring Data JPA work internally