i have many to many relationship between book and author, i have 3 tables: author, book and author_book.
@Entity() @Table(name = "auhtor") public cl