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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to