public class OClassLoaderHelper extends Object
Constructor and Description |
---|
OClassLoaderHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<T> |
lookupProviderWithOrientClassLoader(Class<T> clazz)
Switch to the OrientDb classloader before lookups on ServiceRegistry for implementation of the
given Class.
|
static <T> Iterator<T> |
lookupProviderWithOrientClassLoader(Class<T> clazz,
ClassLoader orientClassLoader) |
public static <T> Iterator<T> lookupProviderWithOrientClassLoader(Class<T> clazz)
clazz
- the class to lookup foorpublic static <T> Iterator<T> lookupProviderWithOrientClassLoader(Class<T> clazz, ClassLoader orientClassLoader)
Copyright © 2009–2020 OrientDB. All rights reserved.