| Package | Description |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.services |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericDaoImpl |
class |
GenericMutableDaoWrapper
Support class that provides an implementation of
GenericMutableDao
where all methods calls are passed to an underlying wrapped instance of
GenericMutableDao. |
class |
GtfsDaoImpl |
class |
GtfsRelationalDaoImpl
A in-memory implementation of GtfsRelationalDaoImpl.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericMutableDao |
interface |
GtfsDao
Basic methods for accessing GTFS entities in bulk or by id.
|
interface |
GtfsMutableDao |
interface |
GtfsMutableRelationalDao |
interface |
GtfsRelationalDao
While
GtfsDao has basic methods for retrieving collections of
entities and entities by id, GtfsRelationalDao adds some basic
methods for retrieving entities using more complex data relations. |
Copyright © 2015 OneBusAway. All Rights Reserved.