Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.datasources |
Modifier and Type | Method and Description |
---|---|
JDBCDriver |
Datasources.DatasourcesResources.jdbcDriver(String key) |
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<T>>
Service that make a JDBC driver available for use in the runtime
|
interface |
JDBCDriverConsumer<T extends JDBCDriver<T>> |
interface |
JDBCDriverSupplier<T extends JDBCDriver> |
Modifier and Type | Method and Description |
---|---|
JDBCDriver |
JDBCDriverSupplier.get()
Constructed instance of JDBCDriver resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.