On Thu 2013-08-29 14:22, Steve Ebersole wrote:
> Given an XProperty, is there a way to ask for annotations which are 
> defined only locally on that declared property (not on any super classes)?

I believe that is what XProperty will give you.
The list of XProperty of a given XClass is computed from
Class.getDeclaredMethod, so it does not look for superclass methods.

Could it be that @Convert is marked @Inherited?
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to