Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

org.hibernate.AnnotationException: No identifier specified for entity - even when it was

How to enable LockModeType.PESSIMISTIC_WRITE when looking up entities with Spring Data JPA?

Order By Date ASC with Spring Data

Mongo - Ignore property from being persisted

No property found for type... custom Spring Data repository

Why is data getting stored with weird keys in Redis when using Jedis with Spring Data?

redis spring-data jedis

Update single field using spring data jpa

Spring CrudRepository exceptions

java spring spring-data

Pagination in Spring Data JPA (limit and offset)

How to convert a list of enity object to page object in Spring MVC (JPA)?

Spring Boot Data JPA - Modifying update query - Refresh persistence context

Spring Data optional parameter in query method

How to generate a ddl creation script with a modern Spring Boot + Data JPA and Hibernate setup?

How to map Page<ObjectEntity> to Page<ObjectDTO> in spring-data-rest

PageRequest constructors have been deprecated

Filtering database rows with spring-data-jpa and spring-mvc

Spring Data - ignore parameter if it has a null value

Spring Data JPA Update @Query not updating?

java jpa spring-data

Query by Boolean properties in spring-data-jpa without using method parameters

Why use returned instance after save() on Spring Data JPA Repository?