标签: java hibernate jboss
我正在使用Wildfly 10(从JBoss 5升级)。 我正在使用GenerationType.TABLE在实体上生成ID。
我希望禁用Hibernate 5中针对表生成策略的优化。 如何在persistence.xml或其他属性文件中这样做?