Rev 695 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 695 | Rev 744 | ||
|---|---|---|---|
| Line 11... | Line 11... | ||
| 11 | import javax.validation.constraints.Size; |
11 | import javax.validation.constraints.Size; |
| 12 | 12 | ||
| 13 | import br.com.ec.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_lse") |
|
| 17 | public class Perfil implements Serializable { |
17 | public class Perfil implements Serializable { |
| 18 | 18 | ||
| 19 | private static final long serialVersionUID = 1L; |
19 | private static final long serialVersionUID = 1L; |
| 20 | 20 | ||
| 21 | private Long codigo; |
21 | private Long codigo; |