Uses of Interface
org.onebusaway.gtfs.services.GtfsDao
Packages that use GtfsDao
Package
Description
-
Uses of GtfsDao in org.onebusaway.gtfs.impl
Classes in org.onebusaway.gtfs.impl that implement GtfsDaoModifier and TypeClassDescriptionclassclassclassA in-memory implementation of GtfsRelationalDaoImpl. -
Uses of GtfsDao in org.onebusaway.gtfs.serialization
Methods in org.onebusaway.gtfs.serialization with parameters of type GtfsDao -
Uses of GtfsDao in org.onebusaway.gtfs.services
Subinterfaces of GtfsDao in org.onebusaway.gtfs.servicesModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceWhileGtfsDaohas basic methods for retrieving collections of entities and entities by id,GtfsRelationalDaoadds some basic methods for retrieving entities using more complex data relations.