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