Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | import javax.validation.constraints.Size; |
24 | import javax.validation.constraints.Size; |
| 25 | 25 | ||
| 26 | import org.hibernate.annotations.ForeignKey; |
26 | import org.hibernate.annotations.ForeignKey; |
| 27 | import org.hibernate.validator.constraints.NotEmpty; |
27 | import org.hibernate.validator.constraints.NotEmpty; |
| 28 | 28 | ||
| 29 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 30 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 31 | import br.edu.cesmac.core.util.StringUtil; |
- | |
| 32 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 29 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 30 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 31 | import br.com.ec.core.util.StringUtil; |
|
| - | 32 | import br.com.ec.core.util.VerificadorUtil; |
|
| 33 | 33 | ||
| 34 | @Entity |
34 | @Entity |
| 35 | @Table(name="sec_usuario", schema="sc_sec") |
35 | @Table(name="sec_usuario", schema="sc_sec") |
| 36 | public class Usuario implements Serializable { |
36 | public class Usuario implements Serializable { |
| 37 | 37 | ||