tarantool / cartridge-springdata

Spring Data Tarantool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUTO doesn't work with crud response

ArtDu opened this issue · comments

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