11.07.2015 Views

Persistência com JPA2 e Hibernate - Inpi

Persistência com JPA2 e Hibernate - Inpi

Persistência com JPA2 e Hibernate - Inpi

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

MAPEAMENTO COM XML 1487 8 org . hibernate . ejb . <strong>Hibernate</strong>Persistence 9 10 12 13 14 16 17 18 20 21 22 Código XML D.11: persistence.xml4 Crie uma entidade para modelar os usuários de uma rede social dentro de um pacote chamadobr.<strong>com</strong>.k19.modelo no projeto K19-Mapeamento-XML.1 public class Usuario {2 private Long id;34 private String email ;56 private Calendar dataDeCadastro ;78 private byte [] foto ;910 // GETTERS AND SETTERS11 }Código Java D.6: Usuario.java5 Adicione o arquivo de mapeamento orm.xml na pasta src/META-INF do projeto K19-Mapeamento-XML.1 23 910 11 12 13 14 1516 17 18 1920 21 DATE 22 2324 25 26 27 148 www.k19.<strong>com</strong>.br

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!