I am using JPA(with Hibernate 4.3.3 as persistence provider ) along Spring (3.2.2) , all my fields are loading fine but when I am trying to access my Collection it\'s throwing t
Try using fetch=FetchType.EAGER, it will work
fetch=FetchType.EAGER