public interface GenericDao
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
getAllEntitiesForType(Class<T> type)
Generic Methods
|
<T> T |
getEntityForId(Class<T> type,
Serializable id) |
<T> Collection<T> getAllEntitiesForType(Class<T> type)
<T> T getEntityForId(Class<T> type, Serializable id)
Copyright © 2015 OneBusAway. All Rights Reserved.