| Interface | Description |
|---|---|
| ICacheableCoursesDao<TLK extends Serializable,CK extends Serializable> | |
| ICourseOfferingDao | |
| ICoursesDao |
ICoursesDao represents a data access interface for retrieving course and
grade data for a particular user.
|
| Class | Description |
|---|---|
| CachingCoursesDao |
Wraps a
ICacheableCoursesDao and presents it as a ICoursesDao adding caching |
| CoursesDaoCacheableAdapter |
Adapts any
ICacheableCoursesDao to a ICoursesDao |
| MergingCoursesDaoImpl |
MergingCoursesDaoImpl merges together information from multiple data sources.
|
Copyright © 2013 Jasig. All Rights Reserved.