tarantool / cartridge-springdata

Spring Data Tarantool
Other
18 stars 7 forks source link

@Query: Ability to pass an entity using as a tuple argument #83

Open ArtDu opened 2 years ago

ArtDu commented 2 years ago

We cannot, as far as I tried, pass the tuple in the argument (well, so that it makes the List in the correct order and passes it to cartridge-java) to the custom function from @Query. It converts the values of entities into a Map and passes to cartridge-java, while we have mapToTuple which is used with SimpleTarantoolRepository.