Package com.db4o.config
Interface CommonConfigurationProvider
- 
- All Known Subinterfaces:
- ClientConfiguration,- EmbeddedConfiguration,- ServerConfiguration
 - All Known Implementing Classes:
- ClientConfigurationImpl,- EmbeddedConfigurationImpl,- ServerConfigurationImpl
 
 public interface CommonConfigurationProviderA configuration provider that provides access to the common configuration methods that can be called for embedded, server and client use of db4o.- Since:
- 7.5
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonConfigurationcommon()Access to the common configuration methods.
 
- 
- 
- 
Method Detail- 
commonCommonConfiguration common() Access to the common configuration methods.
 
- 
 
-