HBMBinder.bindRoot excepts a java.util.Map parameters called 'inheritedMetas'.
Thing is, that parameter is really useless. That method is called from a
single place in the Hibernate Core code and that value is defined as
CollectionHelper.EMPTY_MAP in said caller.
So either this code changed i
On 15/10/10 13:33, Emmanuel Bernard wrote:
(...)
> That being said, I wonder whether you can write your approach atop a generic
> class-level constraint @CrossValidation that would look for the properties
> annotations and behave as expected. That would be a nice way to offer both
> world to the
On 15/10/10 10:55, Hardy Ferentschik wrote:
> I added some comments to
> http://opensource.atlassian.com/projects/hibernate/browse/HV-390
> If you want to get some feedback regarding the code I suggest you attach a
> patch to the
> issue or you use the new possibilities we have now through the mov