Interface GenericDao

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

public interface GenericDao
  • Method Details

    • getAllEntitiesForType

      <T> Collection<T> getAllEntitiesForType(Class<T> type)
      Generic Methods
    • getEntityForId

      <T> T getEntityForId(Class<T> type, Serializable id)