public interface DataSourceConfigurationState
extends org.qi4j.api.configuration.Enabled
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
driver() |
org.qi4j.api.property.Property<Integer> |
loginTimeoutSeconds() |
org.qi4j.api.property.Property<Integer> |
maxConnectionAgeSeconds() |
org.qi4j.api.property.Property<Integer> |
maxPoolSize() |
org.qi4j.api.property.Property<Integer> |
minPoolSize() |
org.qi4j.api.property.Property<String> |
password() |
org.qi4j.api.property.Property<String> |
properties() |
org.qi4j.api.property.Property<String> |
url() |
org.qi4j.api.property.Property<String> |
username() |
org.qi4j.api.property.Property<String> |
validationQuery() |
org.qi4j.api.property.Property<String> driver()
org.qi4j.api.property.Property<String> url()
@UseDefaults org.qi4j.api.property.Property<String> username()
@UseDefaults org.qi4j.api.property.Property<String> password()
@Optional org.qi4j.api.property.Property<Integer> minPoolSize()
@Optional org.qi4j.api.property.Property<Integer> maxPoolSize()
@Optional org.qi4j.api.property.Property<Integer> loginTimeoutSeconds()
@Optional org.qi4j.api.property.Property<Integer> maxConnectionAgeSeconds()
@Optional org.qi4j.api.property.Property<String> validationQuery()
@UseDefaults org.qi4j.api.property.Property<String> properties()