Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-rest

Spring Data Rest transaction boundaries

"PersistentEntity must not be null" Exception with MongoDB and Spring Data REST

How to hide some json in response?

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

Can not find a deserializer for non-concrete Collection type in Spring data rest

Does Spring Data REST event handlers use separate database transactions?

spring spring-data-rest

Entity validation before the "beforeSave" RepositoryEventHandler fired

Does Spring Data Rest support Spring Data's expression operators, eg. Between, GreaterThan?

Spring Data (REST) & @Query: optional list as param

Events "beforeLinkSave" and "afterLinkSave"

spring-data-rest

Spring Data Rest projection sorting

Spring Data REST: How to retrieve many items using list of Ids in one single call?

How to reverse a findAll() query in the pagingAndSorting repository interface using Spring data REST

How do I avoid n+1 queries with Spring Data Rest?

No suitable constructor found for type GeoJsonPoint

How to specify default sort in Spring Data @Repository find method?