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

Packages that use GenericMutableDao
org.onebusaway.gtfs.impl   
org.onebusaway.gtfs.serialization   
org.onebusaway.gtfs.services   
 

Uses of GenericMutableDao in org.onebusaway.gtfs.impl
 

Classes in org.onebusaway.gtfs.impl that implement GenericMutableDao
 class GenericDaoImpl
           
 class GtfsDaoImpl
           
 class GtfsRelationalDaoImpl
          A in-memory implementation of GtfsRelationalDaoImpl.
 

Uses of GenericMutableDao in org.onebusaway.gtfs.serialization
 

Methods in org.onebusaway.gtfs.serialization that return GenericMutableDao
 GenericMutableDao GtfsReader.getEntityStore()
           
 

Methods in org.onebusaway.gtfs.serialization with parameters of type GenericMutableDao
 void GtfsReader.setEntityStore(GenericMutableDao entityStore)
           
 

Uses of GenericMutableDao in org.onebusaway.gtfs.services
 

Subinterfaces of GenericMutableDao in org.onebusaway.gtfs.services
 interface GtfsMutableDao
           
 interface GtfsMutableRelationalDao
           
 



Copyright © 2011 OneBusAway. All Rights Reserved.