Skip to content
Snippets Groups Projects
Commit bcaec44a authored by tjc's avatar tjc
Browse files

add selectCv to lazy load

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6049 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 82217e32
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@
<resultMap id="lazy-cvterm" class="CvTerm">
<result property="cvTermId" column="cvterm_id"/>
<result property="cv" column="cv_id" select="selectCv"/>
<result property="name" column="name"/>
<result property="definition" column="definition"/>
<result property="dbXRef" column="dbxref_id" select="selectDbXRef"/>
......@@ -59,4 +60,5 @@
FROM cvterm
WHERE cvterm_id=#value#
</select>
</sqlMap>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment