遇到的问题
保存数据时报 Table 'xxx.hibernate_sequence' doesn't exist
解决方法: 在配置文件中加上<prop key="hibernate.id.new_generator_mappings">false</prop>
stackoverflow
递归
public int getCode()
{
return this.getCode();
}