I am using JPA @Query annotation . Want to insert into two table using simple oracle query in JPA. How can I achieve this .
Don't want to use begin clause . Want single query to insert into two table.
Don't want to used one to many or any relationship due to some restriction.