Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Spring Data DocumentDb 0.1.2

Compare
Choose a tag to compare
@yungez yungez released this 28 Sep 06:41
· 253 commits to master since this release

New feature:

  • batch find, save and delete. pls note Azure Document DB doesn't support batch operation itself. So batch operation in Spring data repository is wrapper of single entity operation.