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