Package org.onebusaway.gtfs.services
Interface GenericDao
- All Known Subinterfaces:
GenericMutableDao,GtfsDao,GtfsDataService,GtfsMutableDao,GtfsMutableRelationalDao,GtfsRelationalDao
- All Known Implementing Classes:
GenericDaoImpl,GenericMutableDaoWrapper,GtfsDaoImpl,GtfsDataServiceImpl,GtfsRelationalDaoImpl
public interface GenericDao
-
Method Summary
Modifier and TypeMethodDescription<T> Collection<T> getAllEntitiesForType(Class<T> type) Generic Methods<T> TgetEntityForId(Class<T> type, Serializable id)
-
Method Details
-
getAllEntitiesForType
Generic Methods -
getEntityForId
-