Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

IN clause with Spring Data and Cassandra @Query

Write queryDSL predicate query for oneTomany relation based query

mysql spring-data querydsl

How to log the queries executed by Spring Data MongoDB?

Spring Data Exception Handling

Spring Data Rest Custom Controller

What's the latest status of QueryDSL?

jpa spring-data querydsl

ElasticSearch Java Client querying nested objects

Unable to import Spring RepositoryRestResource

How to query data via Spring data JPA with user defined offset and limit (Range)

Spring Data Transaction spanning multiple Repositories

@Value Property inside @Service Class is Null

Implementing CrudRepository in Spring. What's the best design I should follow?

What the overhead of Java ORM for MongoDB

How to save and query dynamic fields in Spring Data MongoDB?

Redis - How to configure custom conversions

Spring Data JPA - Lazy Loaded collection fetched without @Transactional

JPQL Check greater than less than date today in @Query annotation

How to force transaction commit in Spring Boot test?

storing raw json in redis by using spring-data-redis

How to exclude a @Repository from component scan when using Spring Data Rest