You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2007/02/25 16:13:17 UTC

svn commit: r511521 - /incubator/roller/branches/roller_4.0/src/org/apache/roller/pojos/AutoPingData.orm.xml

Author: snoopdave
Date: Sun Feb 25 07:13:17 2007
New Revision: 511521

URL: http://svn.apache.org/viewvc?view=rev&rev=511521
Log:
Lowercase for roller_id_table is consistent with Roller conventions (and allows JPA impl. to work with MySQL).

Modified:
    incubator/roller/branches/roller_4.0/src/org/apache/roller/pojos/AutoPingData.orm.xml

Modified: incubator/roller/branches/roller_4.0/src/org/apache/roller/pojos/AutoPingData.orm.xml
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_4.0/src/org/apache/roller/pojos/AutoPingData.orm.xml?view=diff&rev=511521&r1=511520&r2=511521
==============================================================================
--- incubator/roller/branches/roller_4.0/src/org/apache/roller/pojos/AutoPingData.orm.xml (original)
+++ incubator/roller/branches/roller_4.0/src/org/apache/roller/pojos/AutoPingData.orm.xml Sun Feb 25 07:13:17 2007
@@ -12,7 +12,7 @@
     <entity metadata-complete="true" name="AutoPingData"
             class="org.apache.roller.pojos.AutoPingData">
         <table name="autoping"/>
-        <table-generator name="ROLLER-TABLE-GENERATOR" table="ROLLER_ID_TABLE" pk-column-name="pk" value-column-name="value" pk-column-value="1"/>
+        <table-generator name="ROLLER-TABLE-GENERATOR" table="roller_id_table" pk-column-name="pk" value-column-name="value" pk-column-value="1"/>
         <named-query name="AutoPingData.getByPingTarget">
             <query>SELECT a FROM AutoPingData a WHERE a.pingTarget = ?1</query>
         </named-query>