Package org.onebusaway.gtfs.impl
Class SpringHibernateGtfsRelationalDaoImpl
- java.lang.Object
-
- org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl
-
- org.onebusaway.gtfs.impl.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
-
-
Constructor Summary
Constructors Constructor Description SpringHibernateGtfsRelationalDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetSessionFactory(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
-
-