Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 17... | Line 17... | ||
| 17 | import javax.validation.constraints.Size; |
17 | import javax.validation.constraints.Size; |
| 18 | 18 | ||
| 19 | import org.hibernate.annotations.ForeignKey; |
19 | import org.hibernate.annotations.ForeignKey; |
| 20 | import org.hibernate.validator.constraints.NotEmpty; |
20 | import org.hibernate.validator.constraints.NotEmpty; |
| 21 | 21 | ||
| 22 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 23 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 24 | import br.edu.cesmac.core.util.StringUtil; |
- | |
| - | 22 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 23 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 24 | import br.com.ec.core.util.StringUtil; |
|
| 25 | 25 | ||
| 26 | @Entity |
26 | @Entity |
| 27 | @Table(name="sec_unitopico", schema="sc_sec") |
27 | @Table(name="sec_unitopico", schema="sc_sec") |
| 28 | public class UniversidadeTopico implements Serializable { |
28 | public class UniversidadeTopico implements Serializable { |
| 29 | 29 | ||