When migrating legacy Criteria API code to JPA CriteriaBuilder, one option is to write a transformer for to migrate , [e.g|http://e.gh]. legacy Hibernate SimpleExpressions to a JPA predicate. Unfortunately, the method for getting the operation in this class is set to protected and cannot be accessed.
To make this getter public would be beneficial for migration of legacy Criteria API code to CriteriaBuilder. |
|