Имя | Описание |
---|---|
KeyGeneratorSet | |
MultiAutoIncrementGenerator | Note: this is only safe when on innodb when 'innodb_autoinc_lock_mode' is equal to 0 or 1 as this ensures that when a multi row insert is done, the auto increments are guaranteed to be sequential. |
SequenceGenerator | Should be safe as MyISAM uses table level locking for writes. |
SequenceTable | |
UUIDGenerator |