I am migrating my hibernate 2.0
java class to hibernate 3.0.while doing so i have encountered the following error.. please help me
Here is the part that makes error
What method i have to use instead of find(string,object,type) in hibernate 3.0. I know the method createQuery() should be used but, the problem is how can i send the object and type in createQuery() method since it accepts only string as a parameter...? Please send me the alternate method signature which should be used in hibernate 3.0..? Thanks in advance... [ January 16, 2007: Message edited by: Mark Spritzler ]