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> java.util.Collection<T>
getAllEntitiesForType(java.lang.Class<T> type)
          Generic Methods
<T> T
getEntityForId(java.lang.Class<T> type, java.io.Serializable id)
           
 

Method Detail

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 © 2011 OneBusAway. All Rights Reserved.