From: Max R. A. <ma...@eo...> - 2002-10-28 16:16:23
|
In SessionFactoryImpl I found this code: public String[] getImplementors(Class clazz) { if ( classPersisters.containsKey(clazz) ) return null; ... .. } Why should getImplementors return null if clazz is inside the classPersisters ? /max |