Hi all
I'm writing a hibernate mapper for an existing database, and only need to use a handful of objects from this db.
When I run my
test, I keep getting the following error:
Foreign key (FK5E0F67F881B2AA8:group [group_code]))
must have same number of columns as the
referenced primary key (group [ec_env,group_code]) The group.hbm.xml lookslike
The group model object & xdoclet tags looks like:
The composite key of group is a foreign key of two other db objects that I haven't modelled, could this be the issue?