| Interface | Description |
|---|---|
| ApplicationConfiguration |
Default interface used to configure the spring over annotations.
|
| Configuration |
Interface which describes the common configurations for a gumga application.
|
| DataSourceProvider |
Interface describing the behavior of an data source provider.
|
| PersistenceConfiguration |
Interface which describes the common configurations for a gumga application
with persistence.
|
| Class | Description |
|---|---|
| DatabaseConfigSupport | |
| DataSourceProviderSupport |
Abstract class to provide auxiliary methods to the Data Source Provider implementations.
|
| EnvironmentHandler |
Wrapper to handle the
org.springframework.core.env.Environment
properties. |
| GumgaNamingStrategy | |
| H2DataSourceProvider |
Data source provider for H2 database
|
| MySqlDataSourceProvider |
Data source for the MySql database
|
| OracleDataSourceProvider | |
| PostgreSqlDataSourceProvider |
| Enum | Description |
|---|---|
| DatabaseConfigSupport.Database |
Copyright © 2017 Gumga. All rights reserved.