What is the exact meaning of `SEQUENCE_NEXT_HI_VALUE` in `HIBERNATE_SEQUENCES` when I am using `javax.persistence.GenerationType.TABLE` for ID generation?
Apparently, it is not the next plain ID that will be assigned to a new entity by Hibernate.
以上就是Meaning of SEQUENCE_NEXT_HI_VALUE 的详细内容,更多请关注web前端其它相关文章!