Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Consider defining a bean of type 'service' in your configuration [Spring boot]

Using @EmbeddedId with JpaRepository

java spring jpa jpql spring-data

Is there a way to use constants inside Spring Data @Query annotation value?

java spring jpql spring-data

Spring data MongoDb: MappingMongoConverter remove _class

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?