Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Data from multiple table

Hi,
I am using EclipseLink 1.0 and SQL Server.
I am pretty new to the JPQL and EclipseLink.

I have two tables A and B. I have execute a query like :

select a,x, b.y from A x, B y where a.z=b.z

How to write its equivalent JPQL and what would be its output object? In general when we execute JPQL it returns an Object/list of Object that represents a database table. In this case it is mixed.

--
Tanujit Chowdhury

Back to the top