Uses of Class
macaw.persistenceLayer.production.SQLConnectionManager

Packages that use SQLConnectionManager
macaw.persistenceLayer.production This package contains all the code required to run versions of Macaw's curation and retrieval services which store data in a MySQL database. 
 

Uses of SQLConnectionManager in macaw.persistenceLayer.production
 

Constructors in macaw.persistenceLayer.production with parameters of type SQLConnectionManager
SQLUserManager(SQLChangeEventManager changeEventManager, SQLConnectionManager sqlConnectionManager)