greater « Filter « JPA Q&A





1. How to add greater than/less than to Hibernate filters    stackoverflow.com

How can you add greater than or less than symbols to the condition on a Hibernate filter specified in the hbm.xml file? I am trying to add a filter to limit the ...

2. Specifying greater than/less than in Hibernate filters    coderanch.com

How can greater than or less than symbols be added to the condition on a Hibernate filter specified in the hbm.xml file? I am trying to add a filter to limit the collection to a specific date range: Unfortunately this breaks the XML parsing. I've tried backslash-escaping, "ge" and "le" and ...