public interface JdbmConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<Boolean> |
autoCommit() |
org.qi4j.api.property.Property<Boolean> |
disableTransactions() |
org.qi4j.api.property.Property<String> |
file()
The file where the JDBM data will be stored
Default: System.getProperty( "user.dir" ) + "/qi4j/jdbmstore.data";
|
@Optional org.qi4j.api.property.Property<String> file()
Default: System.getProperty( "user.dir" ) + "/qi4j/jdbmstore.data";
@UseDefaults org.qi4j.api.property.Property<Boolean> autoCommit()
@UseDefaults org.qi4j.api.property.Property<Boolean> disableTransactions()