net.sourceforge.squirrel_sql.plugins.hibernate.server
Class ObjectSubstituteFactory

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.server.ObjectSubstituteFactory

public class ObjectSubstituteFactory
extends Object

Needed to remove lazy loading non collection proxies. These proxies caused serialization problems when transferred from the external hibernate process.


Constructor Summary
ObjectSubstituteFactory(ClassLoader cl)
           
 
Method Summary
 ArrayList<ObjectSubstituteRoot> replaceObjectsWithSubstitutes(Collection col, HashMap<String,MappedClassInfoData> infoDataByClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSubstituteFactory

public ObjectSubstituteFactory(ClassLoader cl)
Method Detail

replaceObjectsWithSubstitutes

public ArrayList<ObjectSubstituteRoot> replaceObjectsWithSubstitutes(Collection col,
                                                                     HashMap<String,MappedClassInfoData> infoDataByClassName)


Copyright © 2001-2012. All Rights Reserved.