I'm starting a new application I was hoping to start using Hibernate on.
Sure enough, the first object I need to map is a "Narrow View" I'm creating
for a list. It needs to join four tables (2 are the same table).
The SQL would look something like this:
select recipient.firstname, recipient.la
>Only if everything is in one big EJB jar file. If they are split between
>seperate EJB jar files, then there is still a problem.
>
>If one was to put mappings in seperate files for each class (like the
>eg/Foo.hbm.xml and eg/Bar.hbm.xml example in the docs), you could wait to
>load the mapping f