Class EntitySequenceIdGenerator

java.lang.Object
org.hibernate.id.enhanced.SequenceStyleGenerator
com.axelor.db.hibernate.sequence.EntitySequenceIdGenerator
All Implemented Interfaces:
Serializable, ExportableProducer, BeforeExecutionGenerator, Generator, BulkInsertionCapableIdentifierGenerator, Configurable, StandardGenerator, IdentifierGenerator, OptimizableGenerator, PersistentIdentifierGenerator

public class EntitySequenceIdGenerator extends SequenceStyleGenerator
A custom sequence identifier generator for entities. The main Goal is to resolve the allocation size of the sequence using a hierarchical configuration approach, ensuring flexibility and adaptability based on specific entity or global settings.
See Also: