OpenJPA 1 - sequence table not being created
问题 I have an entity class with the following annotation on its primary key: @GeneratedValue(strategy = GenerationType.AUTO) . However, when I try to persist an instance of this class, I get com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'OPENJPA_SEQUENCE_TABLE'. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:197) The table it's looking for definitely does not exist in the database. The user it's connecting to the database as