Uses of Interface
org.onebusaway.gtfs.services.GtfsDao
-
Packages that use GtfsDao Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.serialization org.onebusaway.gtfs.services -
-
Uses of GtfsDao in org.onebusaway.gtfs.impl
Classes in org.onebusaway.gtfs.impl that implement GtfsDao Modifier and Type Class Description classGtfsDaoImplclassGtfsDataServiceImplclassGtfsRelationalDaoImplA in-memory implementation of GtfsRelationalDaoImpl. -
Uses of GtfsDao in org.onebusaway.gtfs.serialization
Methods in org.onebusaway.gtfs.serialization with parameters of type GtfsDao Modifier and Type Method Description voidGtfsWriter. run(GtfsDao dao)voidRouteWriter. run(GtfsDao dao) -
Uses of GtfsDao in org.onebusaway.gtfs.services
Subinterfaces of GtfsDao in org.onebusaway.gtfs.services Modifier and Type Interface Description interfaceGtfsDataServiceinterfaceGtfsMutableDaointerfaceGtfsMutableRelationalDaointerfaceGtfsRelationalDaoWhileGtfsDaohas basic methods for retrieving collections of entities and entities by id,GtfsRelationalDaoadds some basic methods for retrieving entities using more complex data relations.
-