Package google.registry.model.common
Class CrossTldSingleton
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.common.CrossTldSingleton
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
DatabaseMigrationStateSchedule
,ServerSecret
,TmchCrl
@MappedSuperclass public abstract class CrossTldSingleton extends ImmutableObject
A singleton entity in the database.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
Fields Modifier and Type Field Description static long
SINGLETON_ID
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description CrossTldSingleton()
-
Method Summary
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Field Detail
-
SINGLETON_ID
public static final long SINGLETON_ID
- See Also:
- Constant Field Values
-
-