CameraAccount.hbm.xml 927 Bytes
Newer Older
焦凯 committed
1 2 3 4 5
<?xml version="1.0" encoding="UTF-8"?>
	<hibernate-mapping xmlns="http://www.hibernate.org/xsd/hibernate-mapping"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-mapping
		http://www.hibernate.org/xsd/hibernate-mapping/hibernate-mapping-4.0.xsd">
6
	 <union-subclass entity-name="com.xyst.dinas.camera.dict.datamodel.CameraAccount" table="xyst_dinas_position_camera_account" extends = "com.beecode.bcp.dict.datamodel.BasicDictRequirement">
焦凯 committed
7 8 9 10 11 12 13 14 15
    	<tuplizer entity-mode="dynamic-map" class="com.beecode.bcp.store.hibernate.KObjectEntityTuplizer"/>
		<property name="buildinParamFir" type="nstring" not-null="false">
			<column name="buildin_param_fir"  length="100"/>
		</property>
		<property name="buildinParamSec" type="nstring" not-null="false">
			<column name="buildin_param_sec" length="100"></column>
		</property>
    </union-subclass>
</hibernate-mapping>