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

Packages that use GenericDao
org.onebusaway.gtfs.impl   
org.onebusaway.gtfs.services   
 

Uses of GenericDao in org.onebusaway.gtfs.impl
 

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

Uses of GenericDao in org.onebusaway.gtfs.services
 

Subinterfaces of GenericDao in org.onebusaway.gtfs.services
 interface GenericMutableDao
           
 interface GtfsDao
          Basic methods for accessing GTFS entities in bulk or by id.
 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.