首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Hiberante annotation 设立延迟加载

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

Hiberante annotation 设置延迟加载

?

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

?

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

热点排行