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