public interface RushClassLoader
Modifier and Type | Interface and Description |
---|---|
static interface |
RushClassLoader.LoadCallback |
Modifier and Type | Method and Description |
---|---|
<T extends Rush> |
loadClasses(Class<T> clazz,
RushColumns rushColumns,
Map<Class<? extends Rush>,AnnotationCache> annotationCache,
RushStatementRunner.ValuesCallback valuesCallback,
RushClassLoader.LoadCallback callback) |
<T extends Rush> List<T> loadClasses(Class<T> clazz, RushColumns rushColumns, Map<Class<? extends Rush>,AnnotationCache> annotationCache, RushStatementRunner.ValuesCallback valuesCallback, RushClassLoader.LoadCallback callback)
Copyright © 2017. All rights reserved.