| 
					
						 i have a problem with the hibernate restrictions:
 
 i have a list of users, there names can be in english or in hebrew.
 when i insert, or getting them there is no problem.
 
 the problem accures when i try to find according to there names.
 
 if i give an english latter in a cretria i get all the wanted resaults 
 for exanple i add restrictin username like 'a ' i get all the resaults that contain a.
 
 but when i give a hebrew latter i get all the hebrew resaults and english resaults too.
 
 is there a flag or somthing that i miss? 
					
  
						
					 |