| 
					
						 Hibernate version:  
 3.2GA
 
 
 
 
 
 
 
 Name and version of the database you are using:
   Custom Persistence
 
 Folks,
 
 I am writing my own "persister" and I would like to know if I do have to implement a separate class that will fetch the object.   I having been playing around with the customPersister from the hibernate example (test dir)example. However, when I try to retrieve the object, it always returns null.
 
 I am trying to retrieve the object using the regular Criteria/Restriction stuff. I notice that the load(...) mehtod of the CustomPersister class is never called. 
 
 Please let me know if there is something I am missing.
 
 Thanks in advance,
 
 Harring Figueiredo 
					
  
						
					 |