It seems that queries using EJB3 are case insensitive, i.e if I do:
em.find(class, PK) or em.find(class, pk) they are equivalent (database is MySQL).
Is there anyway to add case sensitivity?
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976344#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...