开发者

Hibernate fetch subselect strategy for *-one mapping

开发者 https://www.devze.com 2023-04-04 14:53 出处:网络
Hibernate allows a \'subselect\' fetch strategy for collection elements (e.g. \'set\'), however if the element is singular (such as many-to-one or one-to-one), it doesn\'t allow \'subselect\' for such

Hibernate allows a 'subselect' fetch strategy for collection elements (e.g. 'set'), however if the element is singular (such as many-to-one or one-to-one), it doesn't allow 'subselect' for such an element. Any specific reason(s) behind this restriction?开发者_高级运维

0

精彩评论

暂无评论...
验证码 换一张
取 消