Files
spring-data-rest/spring-data-rest-webmvc
Oliver Gierke 975b333746 DATAREST-103 - Added support for non-CrudRepositor implementations.
The exporter can now work with repositories that do not implement CrudRepository. Introduced a new RepositoryInvoker abstraction that transparently exposes which CRUD methods the repository offers. 

We still offer special invokers that can be used for CrudRepository and PagingaAndSortingRepository implementations to avoid the reflection overhead the general mechanism introduces.
2013-07-17 15:14:45 +02:00
..