输入banner图图片脚本导航/分类

解决You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order (order_name, customer)

="com.cqupt.dayday"> <class name="Order" table="order1"> <id name="orderId" type="java.lang.Integer"> <column name="order_id"/> <!--指定主键的生成方式, native:使用数据库本地方式--> <generator class="native"/> </id> <property name="orderName" type="java.lang.String"> <column name="order_name"/> </property> <!--映射多对一的关联关系--> <many-to-one name="customer" class="Customer" column="customer_id"></many-to-one> </class> </hibernate-mapping>

后来将表名改为table1就运行成功了

解决You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order (order_name, customer)

标签:ber   表名   man   string   java   map   1.0   manual   log