summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/META-INF
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2009-11-30 17:36:27 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2009-11-30 17:36:27 -0400
commit007a7a0da0dd9cc5c53c75c3a4aef436ed115ea7 (patch)
treedb62bdf79719e92f68bf34f0ec8cb0b32bcff42b /proxy/code/src/META-INF
parentf5838c3f453f6b1160ccfaab2f0aee4dfb3ca561 (diff)
Map EntitlementPool class to database.
Diffstat (limited to 'proxy/code/src/META-INF')
-rw-r--r--proxy/code/src/META-INF/persistence.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/proxy/code/src/META-INF/persistence.xml b/proxy/code/src/META-INF/persistence.xml
index 2ecd9fd..a28f6ca 100644
--- a/proxy/code/src/META-INF/persistence.xml
+++ b/proxy/code/src/META-INF/persistence.xml
@@ -12,6 +12,10 @@
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
<property name="hibernate.connection.username" value="sa"/>
<property name="hibernate.connection.password" value=""/>
+ <!--
+ <property name="hibernate.show_sql" value="false" />
+ -->
+
</properties>