Joined: Thu Apr 08, 2004 3:45 pm Posts: 5 Location: Boulder, Colorado, USA
|
Hi,
I'm using Hibernate 2.1 in my Tomcat/Struts webapp. The user can
create a record in the database. I use the uuid.hex generator (in anticipation of wanting to make it cluster-safe). Someone wants me
to populate the database with the contents of a spreadsheet. That's not using my app, so the primary key isn't going to be generated as uuid.hex.
Is that a problem? I mean, the primary key doesn't need to be uuid.hex when the app is running and reading the database, right? Just when using the app to create a new record.
Thanks for your wisdom,
==Leonard
|
|