当前位置:Gxlcms >
数据库问题 >
解决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)
解决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)
时间:2021-07-01 10:21:17
帮助过:65人阅读
="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