Re: Spring Data native Query support

2019-11-07 Thread Ilya Kasnacheev
Hello! Judging from stack trace, you ended up with Hibernate repository and not with Ignite repository. Regards, -- Ilya Kasnacheev ср, 30 окт. 2019 г. в 23:25, niamin : > Does Ignite provide native Query support using Spring Data? I am not able > to > bootstrap my application when I configur

Re: Spring Data native Query support

2019-11-01 Thread Denis Magda
It’s possible to pass an Ignite native query to a method but you might need to configure the repository differently. Please check this documentation: https://apacheignite-mix.readme.io/docs/spring-data Denis On Wednesday, October 30, 2019, niamin wrote: > Does Ignite provide native Query suppo

Spring Data native Query support

2019-10-30 Thread niamin
Does Ignite provide native Query support using Spring Data? I am not able to bootstrap my application when I configure my Repository to include a method that implements a native query as below: @Repository @RepositoryConfig(cacheName = "FOO") public interface ARInvoiceRepository extends Ig