'How can we achieve Many To Many relation using Beans in Spring?

Lets say Class Author has books property which is list of Book object and Class Book has authors property which is list of Author objects. How we can implement this Many to Many relation in Bean using Spring ? What will be spring configuration for beans ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source