| Package | Description |
|---|---|
| org.wildfly.swarm.config.datasources | |
| org.wildfly.swarm.config.datasources.subsystem.jdbcDriver |
| Modifier and Type | Method and Description |
|---|---|
List<JdbcDriver> |
Datasources.DatasourcesResources.jdbcDrivers()
Get the list of JdbcDriver resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Datasources.jdbcDriver(JdbcDriver value)
Add the JdbcDriver object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Datasources.jdbcDrivers(List<JdbcDriver> value)
Add all 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
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.