Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | import javax.persistence.GenerationType; |
8 | import javax.persistence.GenerationType; |
| 9 | import javax.persistence.Id; |
9 | import javax.persistence.Id; |
| 10 | import javax.persistence.Table; |
10 | import javax.persistence.Table; |
| 11 | import javax.validation.constraints.Size; |
11 | import javax.validation.constraints.Size; |
| 12 | 12 | ||
| 13 | import br.edu.cesmac.core.util.StringUtil; |
- | |
| - | 13 | import br.com.ec.core.util.StringUtil; |
|
| 14 | 14 | ||
| 15 | @Entity |
15 | @Entity |
| 16 | @Table(name="sec_perfil", schema="sc_sec") |
16 | @Table(name="sec_perfil", schema="sc_sec") |
| 17 | public class Perfil implements Serializable { |
17 | public class Perfil implements Serializable { |
| 18 | 18 | ||