gnodet opened a new pull request, #2941:
URL: https://github.com/apache/cxf/pull/2941

   ## Summary
   - Makes `doBuildPredicate` and `doBuildCollectionPredicate` methods 
`protected` in `AbstractJPATypedQueryVisitor` to allow subclasses to customize 
predicate construction
   - Adds `getEntityManager()` accessor to `AbstractJPATypedQueryVisitorTest` 
for use in test subclasses
   - Adds `CustomJPACriteriaVisitor` and `JPACriteriaQueryVisitorExtensionTest` 
demonstrating the extension capability
   
   This is based on #2798 by @mkarg, with the following improvements:
   - Fixed checkstyle compliance (converted tabs to spaces, corrected import 
ordering)
   - Fixed test assertions: used `path.getModel()` instead of `path.getAlias()` 
(which returns null) for attribute identification
   - Fixed collection predicate test to use `count(authors)` syntax that 
actually triggers the collection check path
   
   Closes #2798


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to