| 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 |
Classe com utilitários para configuração de conexão de banco de dados
|
| 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 |
Classe que implementa o NamingStrategy, responsável por gerir a estratégia de nomeação das entidades no Banco de dados
|
| H2DataSourceProvider |
Data source provider for H2 database
|
| MySqlDataSourceProvider |
Data source for the MySql database
|
| OracleDataSourceProvider |
Data source for the Oracle database
|
| PostgreSqlDataSourceProvider |
Data source for the PostgreSQL database
|
| Enum | Description |
|---|---|
| DatabaseConfigSupport.Database |
Bancos utilizados
|
Copyright © 2018 Gumga. All rights reserved.