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