| Package | Description |
|---|---|
| io.gumga.application.spring.config |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseConfigSupport.Database |
DatabaseConfigSupport.Database.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseConfigSupport.Database[] |
DatabaseConfigSupport.Database.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceProvider |
DatabaseConfigSupport.getDataSourceProvider(DatabaseConfigSupport.Database db) |
void |
DatabaseConfigSupport.registerDataSourceProvider(DatabaseConfigSupport.Database db,
DataSourceProvider dspImpl) |
Copyright © 2017 Gumga. All rights reserved.