Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
HoldRichTextDao |
|
| 0.0;0 |
1 | package org.kuali.student.enrollment.class1.hold.dao; | |
2 | ||
3 | import org.kuali.student.enrollment.class1.hold.model.HoldRichTextEntity; | |
4 | import org.kuali.student.enrollment.dao.GenericEntityDao; | |
5 | ||
6 | 0 | public class HoldRichTextDao extends GenericEntityDao<HoldRichTextEntity> { |
7 | ||
8 | } |