tarantool / cartridge-springdata

Spring Data Tarantool
Other
18 stars 7 forks source link

Allow methods without Query in Repository #96

Closed ArtDu closed 2 years ago

ArtDu commented 2 years ago

We returned the logic that was in 0.4.2. But removed the ability to create an NPE exception, which was when calling a method that did not have the Query annotation.

Closes #94