org.neodatis.odb
Class Configuration

java.lang.Object
  extended by org.neodatis.odb.OdbConfiguration
      extended by org.neodatis.odb.Configuration

Deprecated. Use OdbConfiguration instead

public class Configuration
extends OdbConfiguration

Author:
olivier

Constructor Summary
Configuration()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.neodatis.odb.OdbConfiguration
addLogId, automaticallyIncreaseCacheSize, automaticCloseFileOnExit, checkModelCompatibility, checkRuntimeVersion, displayWarnings, enableEmptyConstructorCreation, getClassLoader, getCoreProvider, getDatabaseCharacterEncoding, getDatabaseStartupManager, getDebugLevel, getDefaultBufferSizeForData, getDefaultBufferSizeForTransaction, getDefaultFileCreationTime, getDefaultIndexBTreeDegree, getEncryptionPassword, getID_BLOCK_REPETITION_SIZE, getIdBlockSize, getIOClass, getMaxNumberOfObjectInCache, getMaxNumberOfWriteObjectPerTransaction, getMessageStreamerClass, getNB_IDS_PER_BLOCK, getNbBuffers, getNumberOfRetryToOpenFile, getQueryExecutorCallback, getRetryTimeout, getRoundTypeForAverageDivision, getScaleForAverageDivision, getStringSpaceReserveFactor, getTimeoutToAcquireMutexInMultiThread, hasEncoding, inPlaceUpdate, isDebugEnabled, isDebugEnabled, isEnableAfterWriteChecking, isInfoEnabled, isInfoEnabled, isLogAll, isMonitoringMemory, isMultiThread, lockObjectsOnSelect, lockObjectsOnSelect, logServerConnections, logServerStartupAndShutdown, monitorMemory, multiThreadExclusive, reconnectObjectsToSession, registerDatabaseStartupManager, removeDatabaseStartupManager, removeLogId, retryIfFileIsLocked, saveHistory, setAutomaticallyIncreaseCacheSize, setAutomaticCloseFileOnExit, setAutoReconnectObjectsToSession, setCheckModelCompatibility, setCheckRuntimeVersion, setClassLoader, setCoreProvider, setDatabaseCharacterEncoding, setDebugEnabled, setDebugEnabled, setDebugLevel, setDefaultBufferSizeForData, setDefaultBufferSizeForTransaction, setDefaultFileCreationTime, setDefaultIndexBTreeDegree, setDisplayWarnings, setEnableAfterWriteChecking, setEnableEmptyConstructorCreation, setIdBlockSize, setInfoEnabled, setIOClass, setLatinDatabaseCharacterEncoding, setLogAll, setLogServerConnections, setLogServerStartupAndShutdown, setMaxNumberOfObjectInCache, setMaxNumberOfWriteObjectPerTransaction, setMessageStreamerClass, setMultiThreadExclusive, setNbBuffers, setNumberOfRetryToOpenFile, setQueryExecutorCallback, setReconnectObjectsToSession, setRetryIfFileIsLocked, setRetryTimeout, setRoundTypeForAverageDivision, setSaveHistory, setScaleForAverageDivision, setShareSameVmConnectionMultiThread, setStringSpaceReserveFactor, setThrowExceptionWhenInconsistencyFound, setTimeoutToAcquireMutexInMultiThread, setUseCache, setUseIndex, setUseLazyCache, setUseMultiBuffer, shareSameVmConnectionMultiThread, throwExceptionWhenInconsistencyFound, useCache, useIndex, useLazyCache, useMultiBuffer, useMultiThread, useMultiThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Deprecated.