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