Statistics
| Branch: | Revision:

m2u-upass-core / resources / my / com / upass / hibernate / TbAmConfigChange.hbm.xml @ 9:16125cca68e4

History | View | Annotate | Download (443 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
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="my.com.upass.pojo.TbAmConfigChange" table="TB_AM_CONFIG_CHANGE">
7
                <id name="configUpdate" type="integer">
8
                        <column name="CONFIG_UPDATE" />
9
                        <generator class="assigned" />
10
                </id>
11
        </class>
12
</hibernate-mapping>