[jboss-user] [JBossCache] - Re: Should Fqns only contain String elements?

bstansberry@jboss.com do-not-reply at jboss.com
Fri Feb 9 12:54:33 EST 2007


Only if an algorithm could be developed that could convert the PK/query to a String such that 

if (pk1.equals(pk2)
   assertTrue(pkToString(pk1).equals(pkToString(pk2)));
else
   assertFalse(pkToString(pk1).equals(pkToString(pk2)));

always passes.

Or we come up with some thinking-out-of-the-box solution. :)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013785#4013785

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013785



More information about the jboss-user mailing list