Plugins (1059)


Training and Consulting (44)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 541
Comments: 0

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
kkaal
Post subject: can't find get method  PostPosted: Nov 22, 2007 - 05:29 PM



Joined: Nov 22, 2007
Posts: 1

In my Base..DAO Classe, I keep getting an error, which tells me that it cannot find the method "get(Class, Long, Session)"

This is the code, generated by HibernateSynchronizer:

Code:

   public com.timologic.database.CosiUserData get(java.lang.Long key, Session s)
   {
//in this line, it cannot find the get(..
      return (com.timologic.database.CosiUserData) get(getReferenceClass(), key, s);
   }



In the same class, it also cannot find the load(Class, Long, Session) method:

Code:


   public com.timologic.database.CosiUserData load(java.lang.Long key, Session s)
   {
//in this line, it cannot find load(...
      return (com.timologic.database.CosiUserData) load(getReferenceClass(), key, s);
   }



Thanks for any help
Klaus
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits