Package | Description |
---|---|
org.transitime.applications |
Contains the top level static main() methods for the applications that
constitute the Transitime system.
|
org.transitime.db.hibernate |
Classes having to do with reading and writing to the database using
Hibernate.
|
Modifier and Type | Method and Description |
---|---|
DataDbLogger |
Core.getDbLogger()
Returns the DataDbLogger for logging data to db.
|
Modifier and Type | Method and Description |
---|---|
static DataDbLogger |
DataDbLogger.getDataDbLogger(java.lang.String projectId,
boolean shouldStoreToDb,
boolean shouldPauseToReduceQueue)
Factory method.
|