net.sourceforge.squirrel_sql.plugins.hibernate.server
Class ObjectSubstituteFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectSubstituteFactory
public ObjectSubstituteFactory(ClassLoader cl)
replaceObjectsWithSubstitutes
public ArrayList<ObjectSubstituteRoot> replaceObjectsWithSubstitutes(Collection col,
HashMap<String,MappedClassInfoData> infoDataByClassName)
Copyright © 2001-2012. All Rights Reserved.