Hi all,
We are going to be using Hibernate in a new project and were going to use the UUID generator to create our keys, however I was reading a bit of documentation showing an example:
http://www.hibernate.org/hib_docs/refer ... start.html
Which states:
Quote:
We use the UUID generator (only recommended for testing, as integer surrogate keys generated by the database should be prefered)
Is there any good reason behind this?? It would be nice to know at this early stage in development!
Cheers,
Birju