| 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> |
| Modifier and Type | Method and Description |
|---|---|
JDBCDriver |
JDBCDriver.deploymentName(String value)
The name of the deployment unit from which the driver was loaded
|
JDBCDriver |
JDBCDriver.driverClassName(String value)
The fully qualified class name of the java.sql.Driver implementation
|
JDBCDriver |
JDBCDriver.driverDatasourceClassName(String value)
The fully qualified class name of the javax.sql.DataSource implementation
|
JDBCDriver |
JDBCDriver.driverMajorVersion(Integer value)
The driver's major version number
|
JDBCDriver |
JDBCDriver.driverMinorVersion(Integer value)
The driver's minor version number
|
JDBCDriver |
JDBCDriver.driverModuleName(String value)
The name of the module from which the driver was loaded, if it was loaded from the module path
|
JDBCDriver |
JDBCDriver.driverName(String value)
Defines the JDBC driver the datasource should use.
|
JDBCDriver |
JDBCDriver.driverXaDatasourceClassName(String value)
The fully qualified class name of the javax.sql.XADataSource implementation
|
JDBCDriver |
JDBCDriver.jdbcCompliant(Boolean value)
Whether or not the driver is JDBC compliant
|
JDBCDriver |
JDBCDriver.moduleSlot(String value)
The slot of the module from which the driver was loaded, if it was loaded from the module path
|
JDBCDriver |
JDBCDriver.profile(String value)
Domain Profile in which driver is defined.
|
JDBCDriver |
JDBCDriver.xaDatasourceClass(String value)
XA datasource class
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.