Hi All
I'm using Spring 3.1 and Spring mongo support
I'ld like to have some sample how to write a like query; i'ld like to write, by using the spring Criteria and Query API for mongo, somethink similar to this SQL query:
The bold part is what is interesting for me.....do u have any suggestion? Also fro making it case insensitiveCode:select * from user where name like '%mart%'
Thank you so much
Cheers
Angelo



Reply With Quote