You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
457 B
12 lines
457 B
<?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>
|
|
|
|
<class name="table.ShopcartEntity" table="shopcart" schema="xianshu">
|
|
<id name="cartId" column="cartID"/>
|
|
<property name="userId" column="userID"/>
|
|
<property name="bookid" column="bookid"/>
|
|
</class>
|
|
</hibernate-mapping> |