|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericDao | |
|---|---|
| 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 | |
|---|---|
class |
GenericDaoImpl
|
class |
GenericMutableDaoWrapper
Support class that provides an implementation of GenericMutableDao
where all methods calls are passed to an underlying wrapped instance of
GenericMutableDao. |
class |
GtfsDaoImpl
|
class |
GtfsRelationalDaoImpl
A in-memory implementation of GtfsRelationalDaoImpl. |
| Uses of GenericDao in org.onebusaway.gtfs.services |
|---|
| Subinterfaces of GenericDao in org.onebusaway.gtfs.services | |
|---|---|
interface |
GenericMutableDao
|
interface |
GtfsDao
Basic methods for accessing GTFS entities in bulk or by id. |
interface |
GtfsMutableDao
|
interface |
GtfsMutableRelationalDao
|
interface |
GtfsRelationalDao
While GtfsDao has basic methods for retrieving collections of
entities and entities by id, GtfsRelationalDao adds some basic
methods for retrieving entities using more complex data relations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||