public final class

Timestamper

extends Object
java.lang.Object
   ↳ org.hibernate.cache.Timestamper

Class Overview

Generates increasing identifiers (in a single VM only). Not valid across multiple VMs. Identifiers are not necessarily strictly increasing, but usually are.

Summary

Constants
short ONE_MS
Public Methods
static long next()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final short ONE_MS

Constant Value: 4096 (0x00001000)

Public Methods

public static long next ()