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