Uses of Interface
org.onebusaway.gtfs.services.GenericMutableDao
-
Packages that use GenericMutableDao Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.serialization org.onebusaway.gtfs.services -
-
Uses of GenericMutableDao in org.onebusaway.gtfs.impl
Classes in org.onebusaway.gtfs.impl that implement GenericMutableDao Modifier and Type Class Description classGenericDaoImplclassGenericMutableDaoWrapperSupport class that provides an implementation ofGenericMutableDaowhere all methods calls are passed to an underlying wrapped instance ofGenericMutableDao.classGtfsDaoImplclassGtfsRelationalDaoImplA in-memory implementation of GtfsRelationalDaoImpl.Fields in org.onebusaway.gtfs.impl declared as GenericMutableDao Modifier and Type Field Description protected GenericMutableDaoGenericMutableDaoWrapper. _sourceConstructors in org.onebusaway.gtfs.impl with parameters of type GenericMutableDao Constructor Description GenericMutableDaoWrapper(GenericMutableDao source) -
Uses of GenericMutableDao in org.onebusaway.gtfs.serialization
Methods in org.onebusaway.gtfs.serialization that return GenericMutableDao Modifier and Type Method Description GenericMutableDaoGtfsReader. getEntityStore()Methods in org.onebusaway.gtfs.serialization with parameters of type GenericMutableDao Modifier and Type Method Description voidGtfsReader. setEntityStore(GenericMutableDao entityStore) -
Uses of GenericMutableDao in org.onebusaway.gtfs.services
Subinterfaces of GenericMutableDao in org.onebusaway.gtfs.services Modifier and Type Interface Description interfaceGtfsMutableDaointerfaceGtfsMutableRelationalDao
-