public class DataSourceBuildTimeConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<String> |
driver
The datasource driver class name
|
boolean |
xa
Whether we want to use XA.
|
| Constructor and Description |
|---|
DataSourceBuildTimeConfig() |
@ConfigItem public Optional<String> driver
@ConfigItem(defaultValue="false") public boolean xa
If used, the driver has to support it.
Copyright © 2019 JBoss by Red Hat. All rights reserved.