- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
- <hibernate-mapping package="id.co.hanoman.service.ePayment">
- <class name="NhAppUserAccount" table="nh_app_user_account" lazy="false">
- <id name="id" column="id" type="long">
- <generator class="native" />
- </id>
- <property name="acctno" column="acctno" type="string" not-null="false" length="50" />
- </class>
- </hibernate-mapping>
|