Package 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.GenericDao
getAllEntitiesForType, getEntityForId
-
Methods inherited from interface org.onebusaway.gtfs.services.GenericMutableDao
clearAllEntitiesForType, close, flush, open, removeEntity, saveEntity, saveOrUpdateEntity, updateEntity
-
Methods inherited from interface org.onebusaway.gtfs.services.GtfsDao
addMetadata, getAgencyForId, getAllAgencies, getAllAreas, getAllBlocks, getAllBookingRules, getAllCalendarDates, getAllCalendars, getAllDirectionEntries, getAllFareAttributes, getAllFareLegRules, getAllFareMedia, getAllFareProducts, getAllFareRules, getAllFareTransferRules, getAllFeedInfos, getAllFrequencies, getAllLevels, getAllLocationGroupElements, getAllLocationGroups, getAllLocations, getAllPathways, getAllRiderCategories, getAllRiderships, getAllRoutes, getAllRouteShapes, getAllRouteStops, getAllShapePoints, getAllStopAreaElements, getAllStopAreas, getAllStops, getAllStopTimes, getAllTransfers, getAllTranslations, getAllTrips, getAllVehicles, getAllWrongWayConcurrencies, getBlockForId, getCalendarDateForId, getCalendarForId, getFareAttributeForId, getFareProductForId, getFareRuleForId, getFeedInfoForId, getFrequencyForId, getLevelForId, getMetadata, getOptionalMetadataFilenames, getPathwayForId, getRouteForId, getShapePointForId, getStopForId, getStopTimeForId, getTransferForId, getTripForId, getVehicleForId, hasFaresV1, hasFaresV2, hasMetadata
-
Methods inherited from interface org.onebusaway.gtfs.services.GtfsRelationalDao
getAllServiceIds, getAllShapeIds, getCalendarDatesForServiceId, getCalendarForServiceId, getFareRulesForFareAttribute, getFareRulesForRoute, getFareRulesForZoneId, getFrequenciesForTrip, getRidershipForTrip, getRoutesForAgency, getShapePointsForShapeId, getStopsForStation, getStopsForZoneId, getStopTimesForStop, getStopTimesForTrip, getTripAgencyIdsReferencingServiceId, getTripsForBlockId, getTripsForRoute, getTripsForServiceId, getTripsForShapeId
-
-