Package google.registry.schema.replay
-
Interface Summary Interface Description DatastoreAndSqlEntity An entity that has the same Java object representation in SQL and Datastore.DatastoreEntity An object that can be stored in Datastore and serialized using Objectify'sSaver.toEntity(Object)
code.DatastoreOnlyEntity An entity that is only stored in Datastore, that should not be replayed to SQL.NonReplicatedEntity Represents an entity that should not participate in asynchronous replication.SqlEntity An object that can be stored in Cloud SQL usingEntityManager.persist(Object)
-
Class Summary Class Description LastSqlTransaction Datastore entity to keep track of the last SQL transaction imported into the datastore.ReplaySpecializer Applies class-specific functions for model objects during transaction replays.SqlReplayCheckpoint