[hibernate-dev] <meta/> and HBMBinder
Steve Ebersole
steve at hibernate.org
Sat Oct 16 15:25:51 EDT 2010
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 in such a way that this parameter was no longer
needed but never removed, or another project uses it differently. Do we need
this passed in still?
---
Steve Ebersole <steve at hibernate.org>
http://hibernate.org
More information about the hibernate-dev
mailing list