Skip to content

Commit

Permalink
Putting in some comments to remind me how to do SQL logging in JPA.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming committed May 18, 2016
1 parent 25cc95f commit 1134035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jinq-jpa/test/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<property name="javax.persistence.jdbc.user" value=""/>
<property name="javax.persistence.jdbc.driver" value="org.apache.derby.jdbc.EmbeddedDriver"/>
<property name="javax.persistence.jdbc.password" value=""/>

<!-- For SQL Logging -->
<!--
<property name="hibernate.show_sql" value="true"/>
<property name="eclipselink.logging.level" value="FINE"/>
-->
</properties>
</persistence-unit>
</persistence>

0 comments on commit 1134035

Please sign in to comment.