google-nomulus/java/google/registry/dns/writer
mcilwain e2528875b2 Merge DomainResource into DomainBase
This eliminates the use of Objectify polymorphism for EPP resources entirely
(yay!), which makes the Registry 3.0 database migration easier.

It is unfortunate that the naming parallelism of EppResources is lost between
ContactResource, HostResource, and DomainResource, but the actual type as far as
Datastore was concerned was DomainBase all along, and it would be a much more
substantial data migration to allow us to continue using the class name
DomainResource now that we're no longer using Objectify polymorphism. This
simply isn't worth it.

This also removes the polymorphic Datastore indexes (which will no longer
function as of this change). The non-polymorphic replacement indexes were added
in []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230930546
2019-01-28 15:57:10 -05:00
..
clouddns Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
dnsupdate Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
BaseDnsWriter.java Extract multiple commit prevention in DNS writers into a base class 2017-09-20 10:27:17 -04:00
BUILD Clean up annotation imports in BUILD files 2018-06-27 15:28:53 -04:00
DnsWriter.java Make DnsWriter truly atomic 2017-08-29 16:40:07 -04:00
DnsWriterZone.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
VoidDnsWriter.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
VoidDnsWriterModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00