mirror of
https://github.com/google/nomulus
synced 2026-09-20 15:04:24 +00:00
Rename DomainBase -> Domain (#1725)
* Rename DomainBase -> Domain This was a long time coming, but we couldn't do it until we left Datastore, as the Java class name has to match the Datastore entity name. Subsequent PRs will rename ContactResource to Contact and HostResource to Host, so that everything matches the SQL table names (and is shorter!). * Merge branch 'master' into rename-domainbase
This commit is contained in:
@@ -335,7 +335,7 @@ registry codebase:
|
||||
exported.
|
||||
* `DomainApplicationIndex` -- These hold domain applications received during
|
||||
the sunrise period.
|
||||
* `DomainBase` -- These hold the ICANN domain information.
|
||||
* `Domain` -- These hold the ICANN domain information.
|
||||
* `DomainRecord` -- These are used during the DNS update process.
|
||||
* `EntityGroupRoot` -- There is only one EntityGroupRoot entity, which serves
|
||||
as the Datastore parent of many other entities.
|
||||
|
||||
Reference in New Issue
Block a user