public interface UUIDGenerationStrategy extends Serializable
UUID value.| Modifier and Type | Method and Description |
|---|---|
UUID |
generateUUID(SessionImplementor session)
Generate the UUID.
|
int |
getGeneratedVersion()
Which variant, according to IETF RFC 4122, of UUID does this strategy generate?
|
int getGeneratedVersion()
UUID generateUUID(SessionImplementor session)
session - The session asking for the generationCopyright © 2016. All rights reserved.