I want to implement some universal filter with Hibernate Criteria. It should work like LIKE operator from SQL:
Criteria
LIKE
when field type is not String, it couse java.lang.ClassCastException
thats because it only works with string/varchar fields/columns.