Rev 736 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 736 | Rev 744 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | import br.com.ec.core.util.StringUtil; |
30 | import br.com.ec.core.util.StringUtil; |
| 31 | import br.com.ec.core.util.VerificadorUtil; |
31 | import br.com.ec.core.util.VerificadorUtil; |
| 32 | import br.com.ec.domain.dto.UsuarioDTO; |
32 | import br.com.ec.domain.dto.UsuarioDTO; |
| 33 | 33 | ||
| 34 | @Entity |
34 | @Entity |
| 35 | @Table(name="sec_usuario", schema="sc_sec") |
- | |
| - | 35 | @Table(name="sec_usuario", schema="sc_lse") |
|
| 36 | public class Usuario implements Serializable { |
36 | public class Usuario implements Serializable { |
| 37 | 37 | ||
| 38 | private static final long serialVersionUID = 1L; |
38 | private static final long serialVersionUID = 1L; |
| 39 | 39 | ||
| 40 | private Long sequencial; |
40 | private Long sequencial; |