Uses of Interface
org.onebusaway.gtfs.services.GenericDao
-
Packages that use GenericDao Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.services -
-
Uses of GenericDao in org.onebusaway.gtfs.impl
Classes in org.onebusaway.gtfs.impl that implement GenericDao Modifier and Type Class Description classGenericDaoImplclassGenericMutableDaoWrapperSupport class that provides an implementation ofGenericMutableDaowhere all methods calls are passed to an underlying wrapped instance ofGenericMutableDao.classGtfsDaoImplclassGtfsDataServiceImplclassGtfsRelationalDaoImplA in-memory implementation of GtfsRelationalDaoImpl. -
Uses of GenericDao in org.onebusaway.gtfs.services
Subinterfaces of GenericDao in org.onebusaway.gtfs.services Modifier and Type Interface Description interfaceGenericMutableDaointerfaceGtfsDaoBasic methods for accessing GTFS entities in bulk or by id.interfaceGtfsDataServiceinterfaceGtfsMutableDaointerfaceGtfsMutableRelationalDaointerfaceGtfsRelationalDaoWhileGtfsDaohas basic methods for retrieving collections of entities and entities by id,GtfsRelationalDaoadds some basic methods for retrieving entities using more complex data relations.
-