Value SEQUENCE_NEXT_HI_VALUE

What is the exact value SEQUENCE_NEXT_HI_VALUEin HIBERNATE_SEQUENCESwhen I use javax.persistence.GenerationType.TABLEto generate an ID? This is apparently not the next simple identifier to be assigned to the new object using Hibernate.

+3
source share
1 answer

Thought for myself: What is the Hi / Lo algorithm?

+3
source

Source: https://habr.com/ru/post/1779616/


All Articles