org.onebusaway.gtfs.services
Interface GtfsMutableRelationalDao

All Superinterfaces:
GenericDao, GenericMutableDao, GtfsDao, GtfsMutableDao, GtfsRelationalDao
All Known Implementing Classes:
GtfsRelationalDaoImpl

public interface GtfsMutableRelationalDao
extends GtfsMutableDao, GtfsRelationalDao


Method Summary
 
Methods inherited from interface org.onebusaway.gtfs.services.GenericMutableDao
clearAllEntitiesForType, close, flush, open, removeEntity, saveEntity
 
Methods inherited from interface org.onebusaway.gtfs.services.GtfsRelationalDao
getCalendarDatesForServiceId, getCalendarForServiceId, getFrequenciesForTrip, getRoutesForAgency, getShapePointsForShapeId, getStopTimesForStop, getStopTimesForTrip, getTripAgencyIdsReferencingServiceId, getTripsForBlockId, getTripsForRoute
 
Methods inherited from interface org.onebusaway.gtfs.services.GtfsDao
getAgencyForId, getAllAgencies, getAllCalendarDates, getAllCalendars, getAllFareAttributes, getAllFareRules, getAllFrequencies, getAllPathways, getAllRoutes, getAllShapePoints, getAllStops, getAllStopTimes, getAllTransfers, getAllTrips, getCalendarDateForId, getCalendarForId, getFareAttributeForId, getFareRuleForId, getFrequencyForId, getPathwayForId, getRouteForId, getShapePointForId, getStopForId, getStopTimeForId, getTransferForId, getTripForId
 
Methods inherited from interface org.onebusaway.gtfs.services.GenericDao
getAllEntitiesForType, getEntityForId
 



Copyright © 2010 OneBusAway. All Rights Reserved.