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 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.
 

Fields in org.onebusaway.gtfs.impl declared as GenericMutableDao
protected  GenericMutableDao GenericMutableDaoWrapper._source
           
 

Constructors in org.onebusaway.gtfs.impl with parameters of type GenericMutableDao
GenericMutableDaoWrapper(GenericMutableDao source)
           
 

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.