Package com.db4o.config
Interface EmbeddedConfiguration
- 
- All Superinterfaces:
- CacheConfigurationProvider,- CommonConfigurationProvider,- FileConfigurationProvider,- IdSystemConfigurationProvider
 - All Known Implementing Classes:
- EmbeddedConfigurationImpl
 
 public interface EmbeddedConfiguration extends FileConfigurationProvider, CommonConfigurationProvider, CacheConfigurationProvider, IdSystemConfigurationProvider Configuration interface for db4o in embedded use.- Since:
- 7.5
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConfigurationItem(EmbeddedConfigurationItem configItem)adds ConfigurationItems to be applied when a networkingEmbeddedObjectContaineris opened.- 
Methods inherited from interface com.db4o.config.CacheConfigurationProvidercache
 - 
Methods inherited from interface com.db4o.config.CommonConfigurationProvidercommon
 - 
Methods inherited from interface com.db4o.config.FileConfigurationProviderfile
 - 
Methods inherited from interface com.db4o.config.IdSystemConfigurationProvideridSystem
 
- 
 
- 
- 
- 
Method Detail- 
addConfigurationItemvoid addConfigurationItem(EmbeddedConfigurationItem configItem) adds ConfigurationItems to be applied when a networkingEmbeddedObjectContaineris opened.- Parameters:
- configItem- the- EmbeddedConfigurationItem
- Since:
- 7.12
 
 
- 
 
-