Hiberante annotation 设立延迟加载

Hiberante annotation 设置延迟加载?@ManyToMany(fetch FetchType.LAZY)?? 延迟加载,等于xml配置文件中

Hiberante annotation 设置延迟加载

?

@ManyToMany(fetch = FetchType.LAZY)?? 延迟加载,等于xml配置文件中的lazy = true

?

@ManyToMany(fetch = FetchType.EAGER)?? 立即加载,等于xml配置文件中的lazy = false