I\'m using hibernate 4+.
I have two sample tables.
Table A
public class A { @Id private int id; @OneToMany(fetch=LAZY) private List&
I think you can use this post : property access strategy
It is said that the lazy loading will not be triggered if you only access id