Uses of Interface
org.onebusaway.gtfs.services.GtfsDao

Packages that use GtfsDao
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
 class GtfsDaoImpl
           
 class GtfsRelationalDaoImpl
          A in-memory implementation of GtfsRelationalDaoImpl.
 

Uses of GtfsDao in org.onebusaway.gtfs.serialization
 

Methods in org.onebusaway.gtfs.serialization with parameters of type GtfsDao
 void GtfsWriter.run(GtfsDao dao)
           
 

Uses of GtfsDao in org.onebusaway.gtfs.services
 

Subinterfaces of GtfsDao in org.onebusaway.gtfs.services
 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 © 2010 OneBusAway. All Rights Reserved.