ok,thanks ,if @query works that will also helpful for me.
also i wish it support just the method name not use annotation @query
like below: findByArrivedTimeGreaterThanEqualAndArrivedTimeLessThanEqual
works fine
@RepositoryConfig(cacheName
="BerthplanShipVisitCache")publicinterfaceBerthplanShipVisitRepositoryextendsIgniteRepository<BerthplanShipVisit,String>,HdShipIdRepository<BerthplanShipVisit,String>{List<BerthplanShipVisit>
findByArrivedTimeGreaterThanEqualAndArrivedTimeLessThanEqual(Timestamp
start,Timestamp end);List<BerthplanShipVisit>
findByShipVisitIdIsIn(List<String> shipVisitIdList);}
在 2019-12-19 20:31:54,"shishkovilja" <[email protected]> 写道:
>Here is commit link:
>https://github.com/shishkovilja/ignite/commit/c97aa63b6da869e75d21e569f33de2a1cea19115
>
>
>Ivan Pavlukhin wrote
>> Ilya S.,
>>
>> Actually, I expected it to work because named parameter should be
>> expanded to multiple "?" parameters.
>>
>> Could you please share a ready to run project reproducing the problem?
>> I can take look.
>>
>> чт, 19 дек. 2019 г. в 14:59, shishkovilja <
>
>> shishkovilja@
>
>> >:
>>>
>>> I tried to send with @Param, but error is the same, but ":param_name" is
>>> in
>>> query string, i.e. it seems that query is not properly parsed...
>>>
>>>
>>>
>>> --
>>> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>>
>>
>>
>> --
>> Best regards,
>> Ivan Pavlukhin
>
>
>
>
>
>--
>Sent from: http://apache-ignite-users.70518.x6.nabble.com/