[hibernate-dev] and HBMBinder

2010-10-16 Thread Steve Ebersole
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

Re: [hibernate-dev] On possible extensions for the validator

2010-10-16 Thread Dag Hovland
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

Re: [hibernate-dev] null values in validation

2010-10-16 Thread Dag Hovland
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