Item 1: How to Effectively Shape the @OneToMany Association
The bidirectional @OneToMany association is probably the most encountered association in our Domain Model. Based on this statement, this book takes advantage of this association in a significant number of examples.
For a supersonic guide to association efficiency, check out Appendix B.
So, the author table has a @OneToMany ...