Skip to content

Instantly share code, notes, and snippets.

@alexaugustobr
Created July 13, 2023 20:35
Show Gist options
  • Save alexaugustobr/1407d4d8cc7862b430ed349513a7983d to your computer and use it in GitHub Desktop.
Save alexaugustobr/1407d4d8cc7862b430ed349513a7983d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings
xmlns="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_3_0.xsd"
version="1.0">
<named-query name="nomeNamedQuery">
<query>
</query>
</named-query>
<named-native-query name="nomeNativeQuery">
<query>
</query>
</named-native-query>
</entity-mappings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment