<?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="PPTVShowDetail" table="wk_pptv_show_detail">
|
<id name="id" column="id">
|
<generator class="native"></generator>
|
</id>
|
|
<property name="seq" column="`seq`" type="string"></property>
|
<property name="singleThumbnails" column="singleThumbnails"
|
type="string"></property>
|
<property name="date" column="`date`" type="string"></property>
|
<property name="poster" column="`poster`" type="string"></property>
|
<property name="singleTitle" column="`singleTitle`" type="string"></property>
|
<property name="playLink" column="`playLink`" type="string"></property>
|
<property name="resourceTime" column="`resourceTime`" type="string"></property>
|
<property name="length" column="`length`" type="string"></property>
|
<property name="definition" column="`definition`" type="string"></property>
|
<property name="vid" column="`vid`" type="string"></property>
|
<property name="op" column="`op`" type="string"></property>
|
<property name="videoId" column="videoid" type="string"></property>
|
</class>
|
|
</hibernate-mapping>
|