Re: Ignite-spring-data_2.0 not working

2019-11-08 Thread Ilya Kasnacheev
Hello! I don't recommend this since index can't be use in this case. Better introduce firstNameInUpper field. Regards, -- Ilya Kasnacheev пт, 8 нояб. 2019 г. в 18:32, Humphrey : > Thanks, is there a way to use IgnoreCase as well? > > IgnoreCase findByFirstnameIgnoreCase … where

Re: Ignite-spring-data_2.0 not working

2019-11-08 Thread Humphrey
Thanks, is there a way to use IgnoreCase as well? IgnoreCase findByFirstnameIgnoreCase … where UPPER(x.firstame) = UPPER(?1) https://docs.spring.io/spring-data/jpa/docs/1.5.1.RELEASE/reference/html/jpa.repositories.html#jpa.query-methods.query-creation Or another way to do

Re: Ignite-spring-data_2.0 not working

2019-11-08 Thread Ilya Kasnacheev
Hello! Well, I guess that's how it is currently. Regards, -- Ilya Kasnacheev пт, 8 нояб. 2019 г. в 17:17, Humphrey : > Thanks, > > I've tried it with version 2.0.14 and it works, but version 2.1.0 it > doesn't. > > > org.springframework.data > spring-data-commons > 2.0.14.RELEASE > >

Re: Ignite-spring-data_2.0 not working

2019-11-08 Thread Humphrey
Thanks, I've tried it with version 2.0.14 and it works, but version 2.1.0 it doesn't. org.springframework.data spring-data-commons 2.0.14.RELEASE Humphrey -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite-spring-data_2.0 not working

2019-11-05 Thread Ilya Kasnacheev
Hello! Please try the following dependency: org.springframework.data spring-data-commons 2.0.9.RELEASE org.slf4j jcl-over-slf4j It seems that they have changed API in 2.2 (which you get by default) and we're not compatible

Re: Ignite-spring-data_2.0 not working

2019-11-02 Thread Humphrey
I see that some text went missing after the post: Here the stack trace log: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2019-11-02 13:16:56.482 ERROR 13627 --- [ main] o.s.boot.SpringApplication :