| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| LprTypeDao |
|
| 0.0;0 |
| 1 | package org.kuali.student.enrollment.classI.lpr.dao; | |
| 2 | ||
| 3 | import org.kuali.student.enrollment.classI.lpr.model.LuiPersonRelationTypeEntity; | |
| 4 | import org.kuali.student.enrollment.dao.GenericEntityDao; | |
| 5 | ||
| 6 | /** | |
| 7 | * @author Igor | |
| 8 | */ | |
| 9 | 0 | public class LprTypeDao extends GenericEntityDao<LuiPersonRelationTypeEntity> { |
| 10 | } |