A PK approach seems to fit the purpose better than the UUID one as it's a natural
thing for entities. UUID across a cluster might be achievable using java.util.UUID but
it's likely to be slower than the PK approach.
FYI: Here's a comparison of UUID generators:
http://johannburkard.de/blog/programming/java/Java-UUID-generators-compar...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118691#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...