Hello,
I am new to the Dynamic JPA. It is easy to create the tables in the simple
schema. However I am finding it difficult to find an example how to create
a two tables which are joined with each other.
Emp_Table -> having employee id
EmP_Relationship table -> have a emp_id which is foreign key to the
emp_table.
I want to create these tables using the dynamic JPA. so that I can run the
regular JPQL of inner/outer joing using these two tables.