Uses of Interface
org.onebusaway.gtfs.services.GenericDao
Packages that use GenericDao
-
Uses of GenericDao in org.onebusaway.gtfs.impl
Classes in org.onebusaway.gtfs.impl that implement GenericDaoModifier and TypeClassDescriptionclassclassSupport class that provides an implementation ofGenericMutableDaowhere all methods calls are passed to an underlying wrapped instance ofGenericMutableDao.classclassclassA in-memory implementation of GtfsRelationalDaoImpl. -
Uses of GenericDao in org.onebusaway.gtfs.services
Subinterfaces of GenericDao in org.onebusaway.gtfs.servicesModifier and TypeInterfaceDescriptioninterfaceinterfaceBasic methods for accessing GTFS entities in bulk or by id.interfaceinterfaceinterfaceinterfaceWhileGtfsDaohas basic methods for retrieving collections of entities and entities by id,GtfsRelationalDaoadds some basic methods for retrieving entities using more complex data relations.