Example #1
0
 public static void SetClassLoader(NeoDatis.Tool.Wrappers.ClassLoader classLoader)
 {
     NeoDatis.Odb.OdbConfiguration.classLoader = classLoader;
     NeoDatis.Odb.OdbConfiguration.GetCoreProvider().GetClassIntrospector().Reset();
     NeoDatis.Odb.OdbConfiguration.GetCoreProvider().GetClassPool().Reset();
 }
		public static void SetClassLoader(NeoDatis.Tool.Wrappers.ClassLoader classLoader)
		{
			NeoDatis.Odb.OdbConfiguration.classLoader = classLoader;
			NeoDatis.Odb.OdbConfiguration.GetCoreProvider().GetClassIntrospector().Reset();
			NeoDatis.Odb.OdbConfiguration.GetCoreProvider().GetClassPool().Reset();
		}