Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 11... | Line 11... | ||
| 11 | import javax.persistence.Transient; |
11 | import javax.persistence.Transient; |
| 12 | import javax.validation.constraints.Size; |
12 | import javax.validation.constraints.Size; |
| 13 | 13 | ||
| 14 | import org.hibernate.annotations.ForeignKey; |
14 | import org.hibernate.annotations.ForeignKey; |
| 15 | 15 | ||
| 16 | import br.edu.cesmac.core.generic.identidade.Identidade; |
- | |
| 17 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 16 | import br.com.ec.core.generic.identidade.Identidade; |
|
| - | 17 | import br.com.ec.core.util.VerificadorUtil; |
|
| 18 | 18 | ||
| 19 | @Entity |
19 | @Entity |
| 20 | @Table(name="sec_fornecedor_produto", schema="sc_sec") |
20 | @Table(name="sec_fornecedor_produto", schema="sc_sec") |
| 21 | public class FornecedorProduto implements Serializable, Identidade { |
21 | public class FornecedorProduto implements Serializable, Identidade { |
| 22 | 22 | ||