| BeanHandlerImpl |
|
| BootstrapConfiguration |
Spring configuration for bootstrap components
|
| C3P0DataSourceProvider |
|
| CyclosEclipseLinkJpaDialect |
Customized dialect for EclipseLink in Spring.
|
| CyclosPostgreSQLPlatform |
EclipseLink use SERIAL as the data type for unique identifier columns and this results in a column of type integer,
instead we use BIGSERIAL
(bigint).
|
| CyclosPropertiesFactoryBean |
|
| DatabaseManager |
Applies the checks / automatic upgrade on the cyclos database.
|
| DataSourceFactoryBean |
Factory class used to manage the application DataSource
|
| EclipseLinkSLF4JLogger |
A custom EclipseLink logged to integrate with the logging abstraction we use, SLF4J
|
| EntityManagerFactoryBean |
|
| GenerateDDLControl |
|
| JdbcTemplateFactoryBean |
|
| JndiDataSourceProvider |
|
| NamedParameterJdbcTemplateFactoryBean |
|
| RawDataSourceProviderFactoryBean |
|
| ServiceBeanPostProcessor |
Post processor for Service implementations (Impl and Security) to allow run a service method in a specific
channel.
|
| ServicesBeanNameGenerator |
|
| ServicesConfiguration |
Spring configuration for service implementations, handlers and security components
|