Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
9084d960
Commit
9084d960
authored
Apr 05, 2017
by
Michael Ritter
Browse files
Mapping for GroupSummary
parent
37390b11
Changes
1
Show whitespace changes
Inline
Side-by-side
ace-am/src/main/resources/META-INF/orm.xml
View file @
9084d960
...
...
@@ -14,6 +14,13 @@
<column
name=
"size"
/>
</constructor-result>
</sql-result-set-mapping>
<sql-result-set-mapping
name=
"GroupSummaryMapping"
>
<constructor-result
target-class=
"edu.umiacs.ace.monitor.access.GroupSummary"
>
<column
name=
"colgroup"
/>
<column
name=
"size"
/>
<column
name=
"count"
/>
</constructor-result>
</sql-result-set-mapping>
<converter
class=
"edu.umiacs.ace.monitor.core.CollectionStateConverter"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment