Uses of Class
net.didion.jwnl.dictionary.database.ConnectionManager
-
Packages that use ConnectionManager Package Description net.didion.jwnl.dictionary.database Classes for accessing databases that contain dictionary information. -
-
Uses of ConnectionManager in net.didion.jwnl.dictionary.database
Fields in net.didion.jwnl.dictionary.database declared as ConnectionManager Modifier and Type Field Description protected ConnectionManager
DatabaseManagerImpl. _connectionManager
Constructors in net.didion.jwnl.dictionary.database with parameters of type ConnectionManager Constructor Description DatabaseManagerImpl(ConnectionManager connectionManager)
SenseAndUsageDatabaseManager(ConnectionManager connectionManager)
Create a new database manager with a connection.
-