org.qi4j.entitystore.jdbm
Interface JdbmConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, Entity, EntityComposite, Identity

public interface JdbmConfiguration
extends ConfigurationComposite

Configuration for the JdbmEntityStoreService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<Boolean> autoCommit()
           
 Property<Boolean> disableTransactions()
           
 Property<String> file()
          The file where the JDBM data will be stored

Default: System.getProperty( "user.dir" ) + "/qi4j/jdbmstore.data";

 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

file

@Optional
Property<String> file()
The file where the JDBM data will be stored

Default: System.getProperty( "user.dir" ) + "/qi4j/jdbmstore.data";

Returns:
path to data file relative to current path

autoCommit

@UseDefaults
Property<Boolean> autoCommit()

disableTransactions

@UseDefaults
Property<Boolean> disableTransactions()