开发者

Silverlight: Lazy loading from nHibernate

开发者 https://www.devze.com 2023-01-05 01:57 出处:网络
I\'ve recently been using/working on an open source project for Flex/Java/BlazeDS which facilitates lazy loading of Hibernate entities & collections in Flex.(Ie., solves the org.hibern开发者_运维问

I've recently been using/working on an open source project for Flex/Java/BlazeDS which facilitates lazy loading of Hibernate entities & collections in Flex. (Ie., solves the org.hibern开发者_运维问答ate.LazyInitializationException exception when serializing)

This issue has long been a problem for Flex/Java/Hibernate developers.

dpHibernate solves this problem, providing efficient serialization & lazy loading of collections.

I'm wondering if the same issue exists for Silverlight, if it's already been solved, and whether looking at a port of dpHibernate is needed/worthwhile?


I stand to be corrected, but I don't think there is support for nHibernate in Silverlight.

0

精彩评论

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