Bueller..?
Any thoughts?
On Fri, Oct 2, 2015 at 6:59 PM Steve Ebersole wrote:
> Reference HHH-10050[1]. There is a request to incorporate parameterized
> type resolution into the decision of whether an auto-apply
> AttributeConverter should apply to a given attribute.
>
> For those on the list
https://github.com/hibernate/hibernate-semantic-query/pull/3
This boils down to an interesting (well, if you find parsers interesting
like me :) discussion about syntactic analysis versus semantic analysis.
___
hibernate-dev mailing list
hibernate-dev@li
On Mon, Oct 05, 2015 at 02:03:54PM +, Steve Ebersole wrote:
> Bueller..?
>
> Any thoughts?
I am not familiar of the whole concept of AttributeConverter, but if you need
full type resolution of a generic type, ClassMate is the way to go.
That's what we use in Hibernate Validator and that is