public interface AgroalConnectionFactoryConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static class |
AgroalConnectionFactoryConfiguration.TransactionIsolation |
| Modifier and Type | Method and Description |
|---|---|
boolean |
autoCommit() |
ClassLoaderProvider |
classLoaderProvider() |
Collection<Object> |
credentials() |
String |
driverClassName() |
String |
initialSql() |
InterruptProtection |
interruptProtection()
Deprecated.
|
Properties |
jdbcProperties() |
AgroalConnectionFactoryConfiguration.TransactionIsolation |
jdbcTransactionIsolation() |
String |
jdbcUrl() |
Principal |
principal() |
boolean autoCommit()
String jdbcUrl()
String initialSql()
String driverClassName()
ClassLoaderProvider classLoaderProvider()
AgroalConnectionFactoryConfiguration.TransactionIsolation jdbcTransactionIsolation()
@Deprecated InterruptProtection interruptProtection()
Principal principal()
Collection<Object> credentials()
Properties jdbcProperties()
Copyright © 2017 JBoss by Red Hat. All rights reserved.