public class StandardRandomStrategy extends Object implements UUIDGenerationStrategy
UUID.randomUUID()
method.Modifier and Type | Field and Description |
---|---|
static StandardRandomStrategy |
INSTANCE |
Constructor and Description |
---|
StandardRandomStrategy() |
Modifier and Type | Method and Description |
---|---|
UUID |
generateUUID(SessionImplementor session)
Delegates to
UUID.randomUUID() |
int |
getGeneratedVersion()
A variant 4 (random) strategy
|
public static final StandardRandomStrategy INSTANCE
public int getGeneratedVersion()
getGeneratedVersion
in interface UUIDGenerationStrategy
public UUID generateUUID(SessionImplementor session)
UUID.randomUUID()
generateUUID
in interface UUIDGenerationStrategy
session
- The session asking for the generationCopyright © 2017 JBoss by Red Hat. All rights reserved.