org.onebusaway.gtfs.impl
Class SpringHibernateGtfsRelationalDaoImpl

java.lang.Object
  extended by org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl
      extended by 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


Field Summary
 
Fields inherited from class org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl
_ops
 
Constructor Summary
SpringHibernateGtfsRelationalDaoImpl()
           
 
Method Summary
 void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
           
 
Methods inherited from class org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl
clearAllEntitiesForType, close, execute, flush, getAgencyForId, getAllAgencies, getAllCalendarDates, getAllCalendars, getAllEntitiesForType, getAllFareAttributes, getAllFareRules, getAllFeedInfos, getAllFrequencies, getAllPathways, getAllRoutes, getAllShapeIds, getAllShapePoints, getAllStops, getAllStopTimes, getAllTransfers, getAllTrips, getCalendarDateForId, getCalendarDatesForServiceId, getCalendarForId, getCalendarForServiceId, getEntityForId, getFareAttributeForId, getFareRuleForId, getFeedInfoForId, getFrequenciesForTrip, getFrequencyForId, getPathwayForId, getRouteForId, getRoutesForAgency, getSessionFactory, getShapePointForId, getShapePointsForShapeId, getStopForId, getStopsForStation, getStopTimeForId, getStopTimesForStop, getStopTimesForTrip, getTransferForId, getTripAgencyIdsReferencingServiceId, getTripForId, getTripsForBlockId, getTripsForRoute, open, removeEntity, saveEntity, saveOrUpdateEntity, updateEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringHibernateGtfsRelationalDaoImpl

public SpringHibernateGtfsRelationalDaoImpl()
Method Detail

setSessionFactory

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


Copyright © 2012 OneBusAway. All Rights Reserved.