Class SpringHibernateGtfsRelationalDaoImpl

  • All Implemented Interfaces:
    org.onebusaway.gtfs.services.GenericDao, org.onebusaway.gtfs.services.GenericMutableDao, org.onebusaway.gtfs.services.GtfsDao, org.onebusaway.gtfs.services.GtfsMutableDao, org.onebusaway.gtfs.services.GtfsMutableRelationalDao, org.onebusaway.gtfs.services.GtfsRelationalDao

    @Component
    public class SpringHibernateGtfsRelationalDaoImpl
    extends org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl
    • Field Summary

      • Fields inherited from class org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl

        _ops
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setSessionFactory​(org.hibernate.SessionFactory sessionFactory)  
      • Methods inherited from class org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl

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

        hasFaresV1, hasFaresV2
    • Constructor Detail

      • SpringHibernateGtfsRelationalDaoImpl

        public SpringHibernateGtfsRelationalDaoImpl()
    • Method Detail

      • setSessionFactory

        @Autowired
        public void setSessionFactory​(org.hibernate.SessionFactory sessionFactory)
        Overrides:
        setSessionFactory in class org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl