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
2013-03-06 16:06:12 -06:00

Spring Data Web Exporter

The goal of the project is to provide a flexible and configurable mechanism for writing simple services that can be exposed over HTTP.

The first exporter implemented is a JPA Repository exporter. This takes your JPA repositories and front-ends them with HTTP, allowing you full CRUD capability over your entities, to include managing associations.

Installation

Installation instructions are in the docs:

License

The Spring Data REST Exporter is Apache 2.0 licensed.

Description
No description provided
Readme 15 MiB
Languages
Java 99.7%
JavaScript 0.3%