protected static class EmbeddedDatabaseContextCustomizerFactory.EmbeddedDatabaseConfiguration.Selector
extends java.lang.Object
implements org.springframework.context.annotation.DeferredImportSelector, org.springframework.core.Ordered
| Modifier | Constructor and Description |
|---|---|
protected |
Selector() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
java.lang.String[] |
selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.lang.String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
selectImports in interface org.springframework.context.annotation.ImportSelectorpublic int getOrder()
getOrder in interface org.springframework.core.Ordered