~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-i18n/dhis-i18n-translationstore-hibernate/src/main/resources/org/hisp/dhis/i18n/hibernate/Translation.hbm.xml

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
 
3
  "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
4
 
 
5
<hibernate-mapping>
 
6
  <class name="org.hisp.dhis.i18n.Translation" table="translation">
 
7
 
 
8
    <composite-id>
 
9
      <key-property name="className" column="objectclass" length="127"/>
 
10
      <key-property name="id" column="objectid"/>
 
11
      <key-property name="locale" column="locale" length="15"/>
 
12
      <key-property name="property" column="objectproperty" length="63"/>
 
13
    </composite-id>
 
14
 
 
15
    <property name="value" column="value" type="text" not-null="true"/>
 
16
    
 
17
  </class>
 
18
</hibernate-mapping>
 
 
b'\\ No newline at end of file'