Package google.registry.beam.resave
Class ResaveAllEppResourcesPipeline
java.lang.Object
google.registry.beam.resave.ResaveAllEppResourcesPipeline
- All Implemented Interfaces:
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 Summary
-
Method Details
-
main
-