Skip to content

Commit

Permalink
o Ids for persistent entities now changed to be 'long' instead of 'int'.
Browse files Browse the repository at this point in the history
(might be an idea for Jesse to review this one)

git-svn-id: https://svn.apache.org/repos/asf/maven/continuum/branches/key-based-refactor@490863 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Rahul Thakur committed Dec 28, 2006
1 parent ff8bea5 commit 6bc1c7e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions continuum-model/src/main/mdo/continuum.xml
Expand Up @@ -65,7 +65,7 @@
<name>id</name>
<version>1.1.0+</version>
<required>true</required>
<type>int</type>
<type>long</type>
<identifier>true</identifier>
</field>
<field jpox.column="groupKey">
Expand Down Expand Up @@ -125,7 +125,7 @@
<required>true</required>
<identifier>true</identifier>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field jpox.column="projectKey">
<name>key</name>
Expand Down Expand Up @@ -210,12 +210,12 @@
<field>
<name>latestBuildId</name>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field>
<name>buildNumber</name>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field stash.maxSize="256">
<name>workingDirectory</name>
Expand Down Expand Up @@ -300,7 +300,7 @@
<required>true</required>
<identifier>true</identifier>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field>
<name>type</name>
Expand Down Expand Up @@ -406,7 +406,7 @@
<field>
<name>continuumId</name>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
</fields>
</class>
Expand Down Expand Up @@ -451,13 +451,13 @@
<field>
<name>id</name>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
<identifier>true</identifier>
</field>
<field>
<name>buildNumber</name>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field>
<name>state</name>
Expand Down Expand Up @@ -797,7 +797,7 @@
<required>true</required>
<identifier>true</identifier>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field>
<name>defaultForProject</name>
Expand Down Expand Up @@ -846,7 +846,7 @@
<field jpox.nullValue="default">
<name>latestBuildId</name>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
<defaultValue>0</defaultValue>
</field>
</fields>
Expand All @@ -863,7 +863,7 @@
<name>id</name>
<identifier>true</identifier>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field>
<name>active</name>
Expand All @@ -886,7 +886,7 @@
Delay in seconds.
]]></description>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field>
<name>maxJobExecutionTime</name>
Expand All @@ -895,7 +895,7 @@
terminated.
</description>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
<defaultValue>3600</defaultValue>
</field>
<field>
Expand All @@ -914,7 +914,7 @@
<name>id</name>
<identifier>true</identifier>
<version>1.1.0+</version>
<type>int</type>
<type>long</type>
</field>
<field>
<name>active</name>
Expand Down

0 comments on commit 6bc1c7e

Please sign in to comment.