| Interface | Description |
|---|---|
| ManagedDataSourceFactory |
| Class | Description |
|---|---|
| DefaultDataSourceFactory | |
| JEEDataSourceFactory |
A
DataSourceFactory that provides DataSource configured in
JEE Container.You should override DatabaseConfiguration.getDataSourceFactory(io.dropwizard.Configuration)
from your database bundle to return this factory, using a
JEEDataSourceConfiguration defined in your application
Configuration. |
| JEEManagedDataSource |
A
DataSource configured in JEE Container available through JNDI. |
Copyright © 2016. All rights reserved.