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