Does Fluent-Hibernate exist?

后端 未结 3 1320
刺人心
刺人心 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 17:02

    Groovy supports lambda expressions (although they rather confusingly call them closures), and Groovy classes are directly accessible from Java. Perhaps the mappings for Java apps could be written in Groovy.

    Just a thought.

提交回复
热议问题