tarantool / cartridge-springdata

Spring Data Tarantool
Other
18 stars 7 forks source link

AUTO doesn't work with crud response #97

Closed ArtDu closed 2 years ago

ArtDu commented 2 years ago
@Query(function = "crud.select", output = TarantoolSerializationType.AUTO)
Optional<List<T>> select(String spaceName, List<List<?>> conditions);