Rev 145 | Rev 280 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 145 | Rev 195 | ||
|---|---|---|---|
| Line 15... | Line 15... | ||
| 15 | import javax.persistence.Transient; |
15 | import javax.persistence.Transient; |
| 16 | import javax.validation.constraints.Size; |
16 | import javax.validation.constraints.Size; |
| 17 | 17 | ||
| 18 | import org.hibernate.annotations.ForeignKey; |
18 | import org.hibernate.annotations.ForeignKey; |
| 19 | 19 | ||
| 20 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 21 | import br.edu.cesmac.web.util.DataUtil; |
- | |
| - | 20 | import br.com.ec.core.util.VerificadorUtil; |
|
| - | 21 | import br.com.ec.web.util.DataUtil; |
|
| 22 | 22 | ||
| 23 | @Entity |
23 | @Entity |
| 24 | @Table(name="sec_compra_produto", schema="sc_sec") |
24 | @Table(name="sec_compra_produto", schema="sc_sec") |
| 25 | public class CompraProduto implements Serializable { |
25 | public class CompraProduto implements Serializable { |
| 26 | 26 | ||