operator « Search « JPA Q&A





1. using hibernate dsl with search string containing operators (AND, OR..etc)    stackoverflow.com

Hi i just started using Hibernate dsl i have a text field where the user will enter things like "bus AND car" or want to search the title only so "title:car" and ...

2. How to treat the space in search string as a AND operator    forum.hibernate.org

Hi every one, I am using Hibernate search in my project. I have to treat the space character in the search string like an AND operator. By default the space in the search string behaves like an OR operator. Right now, I am using the string operator to replace the space character by AND in the Search string. AS I am ...

3. Like operator Search on Encrypted DB data.    forum.hibernate.org

I am using Jaspyt for data security purpose. I encrypt data in the database and want to query encrypted data through Like operator. I came to know that Like operator is not working on encrypted data. My Questions are. 1. Can I achieve it through Jaspyt and hibernate, if so then how? 2. If not then how can i implement security ...