Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

What's the difference between Spring Data MongoDB and Hibernate OGM for MongoDB?

updating boolean value in spring data jpa using @Query, with hibernate

How to disable spring-data-mongodb autoconfiguration in spring-boot

Isolated Controller Test can't instantiate Pageable

How to persist JSR-310 types with Spring Data JPA?

Why does Spring get circular dependency issues on one machine and not another?

Very slow Spring Boot application startup

Spring Data JPA: Query by Example?

Org.Hibernate.AnnotationException: No Identifier Specified For Entity I don't have a id in my table

How to correctly use PagedResourcesAssembler from Spring Data?

Using generics in Spring Data JPA repositories

Is it problematic that Spring Data REST exposes entities via REST resources without using DTOs?

Using @Version in spring-data project

Creating multiple aliases for the same QueryDSL path in Spring Data

Spring Data MongoDB Date Between

Spring-Data JPA CrudRepository returns Iterable, is it OK to cast this to List?

How to test Spring's declarative caching support on Spring Data repositories?

How to use Spring managed Hibernate interceptors in Spring Boot?

Disable Hypertext Application Language (HAL) in JSON?

How to consume Page<Entity> response using Spring RestTemplate