67,538
社区成员
发帖
与我相关
我的任务
分享
警告: SQL Error: 2289, SQLState: 42000
2011-4-28 16:24:20 org.hibernate.util.JDBCExceptionReporter logExceptions
严重: ORA-02289: 序列不存在
<class name="com.adam.dev.entity.RelayStation" table="MAP_T_RELAY_STATION">
<id name="id" type="java.lang.Integer">
<column name="RELAY_STATION_ID" length="10" />
<generator class="native" />
</id>
<property name="name">
<column name="RELAY_STATION_NAME" length="64" not-null="false" />
</property>
<property name="x">
<column name="X" length="20" not-null="false"/>
</property>
<property name="y">
<column name="Y" length="20" not-null="false" />
</property>
<property name="guid">
<column name="DATA_GUID" length="38" not-null="false" />
</property>
</class>
</hibernate-mapping>