tarantool / cartridge-springdata

Spring Data Tarantool
Other
18 stars 7 forks source link

Change Query methods API and functionality #80

Closed ArtDu closed 2 years ago

ArtDu commented 2 years ago

Redesigned custom methods API with @Query annotation in Repository interfaces:

Also for details see rfc: #78

Closes #68 Closes #69 Closes #78

ArtDu commented 2 years ago

It also seems worth renaming these classes, since now they are not consistent with each other:

TarantoolRepositoryTupleQueryExecutor TarantoolRepositoryQueryObjectExecutor