tags:

views:

9

answers:

0

I have 2 entities that do not have an association in there mapping files, but one enitie's primary key is a foreign key for the other entity. Can I get an example of a critera that results in the join of the two tables? Is it possible to use the getfetchmode functionality of the criteria to accomplish this? Can a restriction be added that are part of eihter eniities? And finally, what type of structure/object is the result of the .list method?