omnifaces / omnipersistence

Utilities for JPA, JDBC and DataSources
Other
31 stars 12 forks source link

Add support for notEqual predicate for filter on Enum #3

Closed Edubits closed 7 years ago

Edubits commented 7 years ago

Useful for situations where you want any value of an enum except X. Use by prefixing a ! to the filter value.

BalusC commented 7 years ago

Ahh, merge conflict.

I copypasted it: https://github.com/omnifaces/omnipersistence/commit/7281d96b3a08f0b8cfecde74ab56726e3b38062e

Thanks!