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
c70fb302
Commit
c70fb302
authored
Sep 01, 2016
by
Michael Ritter
Browse files
Add jpa result-set-mapping for IngestSummary
parent
5d559c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/resources/META-INF/orm.xml
0 → 100644
View file @
c70fb302
<?xml version="1.0"?>
<entity-mappings
xmlns=
"http://www.eclipse.org/eclipselink/xsds/persistence/orm"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.eclipse.org/eclipselink/xsds/persistence/orm http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_1.xsd"
version=
"2.1"
>
<sql-result-set-mapping
name=
"IngestSummaryMapping"
>
<constructor-result
target-class=
"edu.umiacs.ace.stats.IngestSummary"
>
<column
name=
"date"
/>
<column
name=
"name"
/>
<column
name=
"colgroup"
/>
<column
name=
"count"
/>
<column
name=
"size"
/>
</constructor-result>
</sql-result-set-mapping>
</entity-mappings>
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