Package com.db4o.config
Interface CommonConfigurationProvider
-
- All Known Subinterfaces:
ClientConfiguration
,EmbeddedConfiguration
,ServerConfiguration
- All Known Implementing Classes:
ClientConfigurationImpl
,EmbeddedConfigurationImpl
,ServerConfigurationImpl
public interface CommonConfigurationProvider
A 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonConfiguration
common()
Access to the common configuration methods.
-
-
-
Method Detail
-
common
CommonConfiguration common()
Access to the common configuration methods.
-
-