Uses of Class
org.hackystat.sensorbase.db.DbManager

Packages that use DbManager
org.hackystat.sensorbase.resource.projects Provides the "Projects" resource, which represents a set of Sensor Data resources for a particular set of users over a particular time frame. 
org.hackystat.sensorbase.resource.sensordata Provides the "SensorData" resource, which represents an atomic piece of software engineering process or product data. 
org.hackystat.sensorbase.resource.sensordatatypes Provides the SensorDataTypes and SensorDataType resource implementations. 
org.hackystat.sensorbase.resource.users Provides the Users and User resource implementations. 
 

Uses of DbManager in org.hackystat.sensorbase.resource.projects
 

Fields in org.hackystat.sensorbase.resource.projects declared as DbManager
(package private)  DbManager ProjectManager.dbManager
          The DbManager associated with this server.
 

Uses of DbManager in org.hackystat.sensorbase.resource.sensordata
 

Fields in org.hackystat.sensorbase.resource.sensordata declared as DbManager
(package private)  DbManager SensorDataManager.dbManager
          The DbManager associated with this server.
 

Uses of DbManager in org.hackystat.sensorbase.resource.sensordatatypes
 

Fields in org.hackystat.sensorbase.resource.sensordatatypes declared as DbManager
(package private)  DbManager SdtManager.dbManager
          The DbManager associated with this server.
 

Uses of DbManager in org.hackystat.sensorbase.resource.users
 

Fields in org.hackystat.sensorbase.resource.users declared as DbManager
(package private)  DbManager UserManager.dbManager
          The DbManager associated with this server.