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.
source
share