Thanks for giving me to know how to create Many to Many Relationship between JPA and Hibernate.
And next i have question.. How do we create query Inner join and how to create funtion for return those result.
For example based on your sample, how do i want to get all authorname with all bookname that they written.
Please help me. Because im still confused lear DAO JPA and HIBERNATE.
i cannot find any resourse that help me for creating function result for this case. because as you know the result is not just 1 table or class (just author class/ table, or book class/ table) but the result is merge from both of them.