Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 23... | Line 23... | ||
| 23 | import javax.persistence.Transient; |
23 | import javax.persistence.Transient; |
| 24 | import javax.validation.constraints.NotNull; |
24 | import javax.validation.constraints.NotNull; |
| 25 | 25 | ||
| 26 | import org.hibernate.annotations.ForeignKey; |
26 | import org.hibernate.annotations.ForeignKey; |
| 27 | 27 | ||
| 28 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 29 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 30 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 28 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 29 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 30 | import br.com.ec.core.util.VerificadorUtil; |
|
| 31 | 31 | ||
| 32 | @Entity |
32 | @Entity |
| 33 | @Table(name="sec_avaliacao", schema="sc_sec") |
33 | @Table(name="sec_avaliacao", schema="sc_sec") |
| 34 | public class Avaliacao implements Serializable { |
34 | public class Avaliacao implements Serializable { |
| 35 | 35 | ||