1. How to prevent having org.hibernate.loader.MultipleBagFetchException stackoverflow.comI get the following exception: org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bagsthe bean I use is:
@Table(name="user")
public class User implements Serializable {
|