com.solarmetric.kodo.util
Class ImplHelper
java.lang.Object
|
+--com.solarmetric.kodo.util.ImplHelper
- public class ImplHelper
- extends Object
Provide static access to the JDOImplHelper
without the need for
security checks.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplHelper
public ImplHelper()
getInstance
public static JDOImplHelper getInstance()
- Return an instanceof the
JDOImplHelper
.
getPersistentClasses
public static Set getPersistentClasses()
getPersistentClasses
public static Set getPersistentClasses(ClassLoader loader)
- Return a list of all the classes that can be accessed by the
specified ClassLoader. This is used in order to determine
which registered classes are usable in a certain ClassLoader.
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.