Имя | Описание |
---|---|
IncrementingIdGenerator | Generates Id values starting at a specific number, incrementing subsequent ids by 1. |
StaticValueIdGenerator | Generates all Ids as the same static value. Use zero for NHibernate classes since NHibernate creates the ids on its own. |