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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Collection<T>getAllEntitiesForType(Class<T> type)Generic Methods<T> TgetEntityForId(Class<T> type, Serializable id)
-
-
-
Method Detail
-
getAllEntitiesForType
<T> Collection<T> getAllEntitiesForType(Class<T> type)
Generic Methods
-
getEntityForId
<T> T getEntityForId(Class<T> type, Serializable id)
-
-