Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Last active April 5, 2018 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tassioauad/5888d6d6fe955c03564f938669a909ec to your computer and use it in GitHub Desktop.
Save tassioauad/5888d6d6fe955c03564f938669a909ec to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence" version="2.0">
<persistence-unit name="MyPersistenceUnit">
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
<properties>
<!-- ... -->
<property name="hibernate.dialect" value="br.com.tassioauad.myapp.resource.Firebird21Dialect" />
<!-- ... -->
</properties>
</persistence-unit>
</persistence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment