Hi, all

I have problem in my project. I use Hibernate to handle Data Access. When I
try query with HQL inner join I want to set into table control with
setRowList(list);

But I have problem when Query in hibernate with join must set on array of
Object to extrak data. This my sample query with HIbernate:
*****************************************************************************************************************
        Query q = sess.createQuery("select p,dt from Product p inner join
b.dtTrans as dt");
        List myList = q.list();
*****************************************************************************************************************

can we set Object myList directly on Table Control to display all data from
this query ?

Reply via email to