Hibernate fetch subselect strategy for *-one mapping
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?开发者_高级运维
精彩评论