public class MssqlGuidCreator extends AbstractTimeBasedUuidCreator
clockSequenceStrategy, nodeIdentifierStrategy, timestampStrategyNIL_UUID, RFC4122_VARIANT_BITS, RFC4122_VERSION_BITS, version| Constructor and Description |
|---|
MssqlGuidCreator() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
formatMostSignificantBits(long timestamp)
Generate a MS SQL Server 'friendly' UUID.
|
create, formatLeastSignificantBits, withClockSequence, withClockSequenceStrategy, withHardwareAddressNodeIdentifier, withInstant, withNodeIdentifier, withNodeIdentifierStrategy, withRandomNodeIdentifier, withRandomNodeIdentifier, withSystemDataHashNodeIdentifier, withTimestamp, withTimestampStrategy, withUnixEpochMillisecondsgetVariantBits, getVersion, getVersionBits, setVariantBits, setVersionBits, validprotected long formatMostSignificantBits(long timestamp)
UuidUtil.formatMssqlMostSignificantBits(long)formatMostSignificantBits in class AbstractTimeBasedUuidCreatortimestamp - a timestampCopyright © 2019. All rights reserved.