>This solution is even better because primary key is an efficient
numeric
>type and you can completly hide internalUUID for inherited classes.
>Whatever is your choice, you still have the ability to override those
>methods to fit special purpose...
How will this work for detached/reattached objects? A random uuid
will be generated even though the objects are the same database-wise. |