| 
					
						 Ladies and Gentlemen;
 
 I have consulted the Hibernate Reference Documentation and my available Hibernate Reference for this question.  It may be awnsered, but perhaps I am not grasping so here goes:
 
 I have two objects A and B and I need to return a list that has elements of both objects in the list.  Object A has 4 parameters that make up the composite key of Object B.  I need a list that contains 4 parameters from A and 2 from B.  I have explored Criteria Queries, HQL and Native Query options. 
 
 1) What is the best approach to achieving this objective?
 
 2) If I have a list containing parameters with multiple objects, do I have to define a new object that contains these parameters so they can be displayed with JSTL?
 
 3)  Please provide a link for paid support.
 
 Thank You;
 
 John Olmstead 
											 _________________ John Olmstead
 jolmstead2k@yahoo.com
					
  
						
					 |