Hello, I'm new to the forum, and Hibernate.
Can anyone help me .....
I think my question is simple. I have two tables and Transaction TransactionData, TransactionData references the table via the field tranactionId the table Transaction ..... ie in a very simple this is the query:
select * from transaction, transaction_data where = transaction.transaction_id transaction_data.transaction_id
In Hibernate, which technique is used to query this?
Must be defined as the subject of return of this query is the table that contains fields that the table TransactionData and Transaction?
Thanks in advance.
Diego (Venice)
|