org.onebusaway.gtfs.services
Interface GenericDao

All Known Subinterfaces:
GenericMutableDao, GtfsDao, GtfsMutableDao, GtfsMutableRelationalDao, GtfsRelationalDao
All Known Implementing Classes:
GenericDaoImpl, GtfsDaoImpl, GtfsRelationalDaoImpl

public interface GenericDao


Method Summary
<T> Collection<T>
getAllEntitiesForType(Class<T> type)
          Generic Methods
<T> T
getEntityForId(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)


Copyright © 2011 OneBusAway. All Rights Reserved.