Majlanky / couch-slacker

Spring data for CouchDB and CouchDB connector
https://github.com/Majlanky/couch-slacker
Apache License 2.0
23 stars 6 forks source link

Implement feature to generation of IDs per document #13

Closed Majlanky closed 4 years ago

Majlanky commented 4 years ago

There is a request for ID generator overriding. Now it is done by UUID. Configuration must be done per document (maybe the same approach as Database annotation). The same feature is done in JPA, maybe we can use the same annotations (consider wisely).