开发者

NHibernate/Hibernate for bitemporal database

Having good success with NHibernate and EF in the past, I'm trying to convince a team member to use Hibernate in a new Java project which uses a bitemporal database schema. 开发者_如何学运维However, I have never used NHibernate (or any other ORM) with a bitemporal model before.

Any pitfalls and/or advice of which I should be aware of when using Hibernate/NHibernate with bitemporal database model ?

Thanks!


Take a look at this post by Patrik Löwendahl, where he talks about tracking property values over time with NHibernate. Probably not exactly what you were looking for, but it's something.

Also, if you wanted to take a recipe out of a Hibernate cookbook, take a look at the DAO Fusion bitemporal pattern.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜