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

Spring Data CosmosDB 2.0.5

Compare
Choose a tag to compare
@Incarnation-p-lee Incarnation-p-lee released this 14 Sep 02:36
· 129 commits to master since this release
  • Fix issue #193
  • Fix issue #212
  • Add keyword exists, startsWith
  • Update Readme
Boolean existsByFirstName(String firstName);
List<Student> findByFirstNameStartsWith(String firstName);

All supported keywords please refer to #144 .