Skip to content

Instantly share code, notes, and snippets.

@jlandure
Created July 24, 2012 16:05
Show Gist options
  • Save jlandure/3170883 to your computer and use it in GitHub Desktop.
Save jlandure/3170883 to your computer and use it in GitHub Desktop.
persistence.xml
<persistence xmlns="http://java.sun.com/xml/ns/persistence" version="1.0">
<persistence-unit name="DefaultPersistenceUnit" transaction-type="RESOURCE_LOCAL">
<properties>
<!--
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
-->
<property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>
</properties>
</persistence-unit>
</persistence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment