Uses of Package
org.hackystat.sensorbase.db

Packages that use org.hackystat.sensorbase.db
org.hackystat.sensorbase.db.derby Provides an implementation of DbImplementation for Derby. 
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. 
 

Classes in org.hackystat.sensorbase.db used by org.hackystat.sensorbase.db.derby
DbImplementation
          Provides a specification of the operations that must be implemented by every SensorBase storage system.
 

Classes in org.hackystat.sensorbase.db used by org.hackystat.sensorbase.resource.projects
DbManager
          Provides an interface to storage for the resources managed by the SensorBase.
 

Classes in org.hackystat.sensorbase.db used by org.hackystat.sensorbase.resource.sensordata
DbManager
          Provides an interface to storage for the resources managed by the SensorBase.
 

Classes in org.hackystat.sensorbase.db used by org.hackystat.sensorbase.resource.sensordatatypes
DbManager
          Provides an interface to storage for the resources managed by the SensorBase.
 

Classes in org.hackystat.sensorbase.db used by org.hackystat.sensorbase.resource.users
DbManager
          Provides an interface to storage for the resources managed by the SensorBase.