Wednesday, 11 September 2013

Query two tabels with PK FK relationship in hibernate

Query two tabels with PK FK relationship in hibernate

I have two table. Table A and Table B. They have some common columns . I
want a joint result using inner joint on this column. The problem is they
don't have any PK Fk relationship.
Is is possible in Hibernate or for Hibernate, relationship is Mandatory?
If this is possible how can this be achieved ?

No comments:

Post a Comment