Won't Fix
Details
Details
Assignee
Unassigned
UnassignedReporter
BNReddy
BNReddyComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created August 7, 2009 at 5:45 AM
Updated May 9, 2011 at 3:44 PM
Resolved May 9, 2011 at 3:44 PM
My project is having a lot of hbm.xml files in which most of the hbm.xml files are having same component configuration.
Problem is if add/remove a member which should be reflected under database leads to update all hbm.xml files where it is configured.
I can make it as a separate entity and I can proceed. Other than this solution, is there any other solution.
If not, why can't NH allow to use <xi:include href="filename"/> concept. Providing separate xml file for component and ref the xml file where it is required.
Future changes requires to change only one xml file which will reduce all refered xml files update.
Please find the attached sample xml files.