@ManyToMany? Wait a moment.

Sometimes in projects when modeling #JPA Entities we come to a point using the @ManyToMany annotation. Like for example the relationship between an Employee and a Project seems to be a classic example of a Many-to-Many relationship. An employee can w...

Robert Niestroj's blog