Uses of Interface
net.didion.jwnl.dictionary.database.DatabaseManager
-
Packages that use DatabaseManager Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.database Classes for accessing databases that contain dictionary information. -
-
Uses of DatabaseManager in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as DatabaseManager Modifier and Type Field Description private DatabaseManager
DatabaseBackedDictionary. _dbManager
Constructors in net.didion.jwnl.dictionary with parameters of type DatabaseManager Constructor Description DatabaseBackedDictionary(MorphologicalProcessor morph, DatabaseDictionaryElementFactory elementFactory, DatabaseManager dbManager)
-
Uses of DatabaseManager in net.didion.jwnl.dictionary.database
Classes in net.didion.jwnl.dictionary.database that implement DatabaseManager Modifier and Type Class Description class
DatabaseManagerImpl
class
SenseAndUsageDatabaseManager
Database Manager that handles the extended database containing sense key and usage statistics.
-