org.onebusaway.gtfs.services
Interface GenericDao
- All Known Subinterfaces:
- GenericMutableDao, GtfsDao, GtfsMutableDao, GtfsMutableRelationalDao, GtfsRelationalDao
- All Known Implementing Classes:
- GenericDaoImpl, GtfsDaoImpl, GtfsRelationalDaoImpl
public interface GenericDao
getAllEntitiesForType
<T> java.util.Collection<T> getAllEntitiesForType(java.lang.Class<T> type)
- Generic Methods
getEntityForId
<T> T getEntityForId(java.lang.Class<T> type,
java.io.Serializable id)
Copyright © 2010 OneBusAway. All Rights Reserved.