Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

MongoDb aggregation query conversion to Spring-data

mongodb spring-data

How to determine which properties of a RESTful resource have changed before save when using Spring Data REST repositories?

Amazon DynamoDB and class hierarchy

@Retryable doesn't work in spring-data repository interface

Spring Boot: How to declare a custom repository factory bean

All methods in the `ElasticsearchRepository` are deprecated. What should do I use?

How to update and add to subdocument list with Spring+Mongo

Hibernate @Formula not working in Spring boot Tests when using @DataJpaTest

Correct way of saving a new entity with relationships to existing entities with Spring Data

Springboot Hibernate One to Many infinty recursion

Spring data querying with complex object marked by @Param

spring spring-data

Spring-data-mongodb @DBRef causing infinite recursion? I can't work out why

Redis Spring data with Lettuce: com.lambdaworks.redis.RedisCommandExecutionException: MOVED error

How to implement batch insert using spring-data-jdbc

Spring WebMVC with Couchbase service - No bean named 'couchbaseRepositoryOperationsMapping' available

What are the advantages of @MatrixVariable over @RequestParam?