Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
PopulationEntity |
|
| 0.0;0 |
1 | package org.kuali.student.r2.core.population.model; | |
2 | ||
3 | import org.kuali.student.r2.common.entity.MetaEntity; | |
4 | ||
5 | import javax.persistence.Entity; | |
6 | import javax.persistence.Table; | |
7 | ||
8 | @Entity | |
9 | @Table(name = "KSEN_POPULATION") | |
10 | 0 | public class PopulationEntity extends MetaEntity { |
11 | } |