[jboss-dev-forums] [Design of JBossCache] - Re: Implicit marshalled values - a better way of handling re
galder.zamarreno@jboss.com
do-not-reply at jboss.com
Thu Jan 10 09:57:53 EST 2008
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-compared.html
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118691#4118691
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118691
More information about the jboss-dev-forums
mailing list