<?xml version='1.0' encoding='UTF-8'?>
|
<!DOCTYPE hibernate-mapping PUBLIC
|
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
"http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
|
<hibernate-mapping package="com.newvideo.pptv.entity">
|
<class name="PPTVCartoonDetail" table="wk_pptv_cartoon_detail">
|
<id name="id" column="id">
|
<generator class="native"></generator>
|
</id>
|
<property name="seq" type="string"></property>
|
<property name="playLink" type="string"></property>
|
<property name="singleThumbnails" type="string"></property>
|
<property name="poster" type="string"></property>
|
<property name="singleTitle" type="string"></property>
|
<property name="length" type="string"></property>
|
<property name="definition" type="string"></property>
|
<property name="vid" type="string"></property>
|
<property name="op" type="string"></property>
|
<property name="videoId" column="videoid" type="string"></property>
|
</class>
|
|
</hibernate-mapping>
|