public abstract class SpringDataSourceProvider<DATA_SOURCE extends DataSource<?,?,?,?>,DATA_SOURCE_SELECTOR extends DataSourceSelector> extends Object implements DataSourceProvider<DATA_SOURCE,DATA_SOURCE_SELECTOR>
| Constructor and Description |
|---|
SpringDataSourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<Class<? extends Annotation>> |
getInterestedAnnotationTypes() |
void |
initialize(Map<Class<? extends Annotation>,Set<Class<?>>> annotatedClasses) |
protected abstract void |
lateInit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBindingContextForName, getDataSource, registerBindingContextForDataSource, requestRefreshpublic abstract Set<Class<? extends Annotation>> getInterestedAnnotationTypes()
public void initialize(Map<Class<? extends Annotation>,Set<Class<?>>> annotatedClasses)
protected abstract void lateInit()
Copyright © 2018–2020. All rights reserved.