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.MapsId; |
9 | import javax.persistence.MapsId; |
| 10 | import javax.persistence.Table; |
10 | import javax.persistence.Table; |
| 11 | 11 | ||
| 12 | import org.hibernate.annotations.ForeignKey; |
12 | import org.hibernate.annotations.ForeignKey; |
| 13 | 13 | ||
| 14 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 14 | import br.com.ec.core.util.VerificadorUtil; |
|
| 15 | 15 | ||
| 16 | @Entity |
16 | @Entity |
| 17 | @Table(name="sec_usuario_loja", schema="sc_sec") |
17 | @Table(name="sec_usuario_loja", schema="sc_sec") |
| 18 | public class UsuarioLoja implements Serializable { |
18 | public class UsuarioLoja implements Serializable { |
| 19 | 19 | ||