Class ResaveAllEppResourcesPipeline

java.lang.Object
google.registry.beam.resave.ResaveAllEppResourcesPipeline
All Implemented Interfaces:
Serializable

public class ResaveAllEppResourcesPipeline extends Object implements Serializable
A Dataflow Flex pipeline that resaves changed EPP resources in SQL.

Due to the way that Hibernate works, if an entity is unchanged by EppResource.cloneProjectedAtTime(DateTime) it will not actually be re-persisted to the database. Thus, the only actual changes occur when objects are changed by projecting them to now, such as when a pending transfer is resolved.

See Also:
  • Method Details

    • main

      public static void main(String[] args)