Package io.hypersistence.utils.hibernate.id


package io.hypersistence.utils.hibernate.id
  • Class
    Description
    Meta annotation to use BatchSequenceGenerator as an identifier generator.
    A sequence generator that uses a recursive query to fetch multiple values from a sequence in a single database access.
    The @Tsid annotation can be added next to the entity identifier, therefore indicating that the identifier will be assigned a time-sorted identifier that's automatically generated.