You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ArtDu
changed the title
@Query: Ability to pass an entity using as a tuple argument (without keys), i.e. do not convert it in MP_MAP
@Query: Ability to pass an entity using as a tuple argument (without keys), not MP_MAP
Feb 7, 2022
ArtDu
changed the title
@Query: Ability to pass an entity using as a tuple argument (without keys), not MP_MAP
@Query: Ability to pass an entity using as a tuple argument
Feb 7, 2022
ArtDu
changed the title
@Query: Ability to pass an entity using as a tuple argument
@Query: Ability to pass an entity using as a tuple argument
Feb 7, 2022
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 havemapToTuple
which is used withSimpleTarantoolRepository
.The text was updated successfully, but these errors were encountered: