Does Fluent-Hibernate exist?

后端 未结 3 1330
刺人心
刺人心 2021-02-14 16:33

Is there something like Fluent-NHibernate for the original Java Hibernate? If not, why not? Are there any language-specific limitations?

3条回答
  •  眼角桃花
    2021-02-14 16:59

    I believe Fluent-NHibernate relies on the nice features provided by Linq in C#3.0 if I'm not mistaken. Until Java implements lambda expressions etc I don't think we'll see Fluent Hibernate.

    I could be wrong though. :)

提交回复
热议问题