I have a userAccount entity mapped with a country entity . The country mapping in UserAccount class is like this
@ManyToOne(fetch=FetchType.EAGER) @Fetch(FetchMo
Remove the fetch=FetchType.EAGER. Eager fetching triggers cascading select statements.
fetch=FetchType.EAGER