| Interface | Description |
|---|---|
| IdStrategy |
Id generation strategy that allows custom implementations of id generation.
|
| Class | Description |
|---|---|
| InternalIdStrategy |
This strategy will use internally generated Long ids as entity ids
|
| UuidStrategy |
Generates random UUID as entity id using
UUID.randomUUID(). |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.