Skip to content

Instantly share code, notes, and snippets.

@thiagofa
Created September 19, 2019 01:42
Show Gist options
  • Save thiagofa/35d5a651a39cb0b26f050dc3b1ce8f9b to your computer and use it in GitHub Desktop.
Save thiagofa/35d5a651a39cb0b26f050dc3b1ce8f9b to your computer and use it in GitHub Desktop.
XML de mapeamento do JPA
<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings
xmlns="http://xmlns.jcp.org/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/orm_2_2.xsd"
version="2.2">
</entity-mappings>
@julio0345
Copy link

Falta fechar a Tag inicial entity-mappins>

@thiagofa
Copy link
Author

thiagofa commented Jun 8, 2021

Falta fechar a Tag inicial entity-mappins>

Está fechando corretamente em version="2.2">.

@bjbmiguel
Copy link

Boas Mergulhadores,

Copiando o conteúdo do arquivo orm.xml

A.te

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment