| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.datasources |
| Modifier and Type | Method and Description |
|---|---|
List<JDBCDriver> |
Datasources.DatasourcesResources.jdbcDrivers()
Get the list of org.wildfly.swarm.config.datasources.JDBCDriver resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Datasources.jdbcDriver(JDBCDriver value)
Add the org.wildfly.swarm.config.datasources.JDBCDriver object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Datasources.jdbcDrivers(List<JDBCDriver> value)
Add all org.wildfly.swarm.config.datasources.JDBCDriver objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCDriver<T extends JDBCDriver>
Service that make a JDBC driver available for use in the runtime
|
interface |
JDBCDriverConfigurator<T extends JDBCDriver> |
Copyright © 2015 JBoss by Red Hat. All rights reserved.