Package google.registry.model.replay
Class SqlReplayCheckpoint
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.common.CrossTldSingleton
-
- google.registry.model.replay.SqlReplayCheckpoint
-
- All Implemented Interfaces:
java.lang.Cloneable
@Entity public class SqlReplayCheckpoint extends CrossTldSingleton
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.common.CrossTldSingleton
SINGLETON_ID
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description SqlReplayCheckpoint()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.joda.time.DateTime
get()
static void
set(org.joda.time.DateTime lastReplayTime)
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-