Hibernate and Object identity

10 Januar 2007 | By Christoph in Allgemein, Software-Development

Today I have found an interesting article about object identities using Hibernate. I think I need to get a bit deeper into that stuff. There is also an interesting discussion in the comments about different ways to create Unique Identifiers for your application – DB vs. Application

Read the article here:
Overcoming the hashCode() / object identity / Hibernate quandry

I have found this article when I came across this one:
Implementing an efficient Id generator with Spring framework / Java

Leave a Comment