google-nomulus/java/google/registry/model/domain
cgoldfeder 23b66b0bb4 Load foreign keys more efficiently for xml marshalling.
Before this CL, each contact and host was independently
loaded via the ReferenceUnion adapter. Since fields are
processed serially by JAXB, this means worst-case there
were 17 loads, best case 3 (the 3 required contacts) and
usual case 5-6 (some hosts). This CL reduces that to 1
datastore roundtrip in all cases.

A side effect of this CL is the further hollowing-out of
ReferenceUnion, since it no longer is involved in
marshalling at all.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123712842
2016-06-06 13:30:53 -04:00
..
allocate Make javadoc <p> style guide compliant 2016-05-18 13:09:01 -04:00
fee Make javadoc <p> style guide compliant 2016-05-18 13:09:01 -04:00
launch Make javadoc <p> style guide compliant 2016-05-18 13:09:01 -04:00
metadata Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
regtype Add registration type response extension to info commands 2016-05-27 12:58:53 -04:00
rgp Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
secdns Make javadoc <p> style guide compliant 2016-05-18 13:09:01 -04:00
DesignatedContact.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00
DomainApplication.java Load foreign keys more efficiently for xml marshalling. 2016-06-06 13:30:53 -04:00
DomainAuthInfo.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00
DomainBase.java Load foreign keys more efficiently for xml marshalling. 2016-06-06 13:30:53 -04:00
DomainCommand.java Load foreign keys more efficiently for xml marshalling. 2016-06-06 13:30:53 -04:00
DomainRenewData.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainResource.java Load foreign keys more efficiently for xml marshalling. 2016-06-06 13:30:53 -04:00
ForeignKeyedDesignatedContact.java Load foreign keys more efficiently for xml marshalling. 2016-06-06 13:30:53 -04:00
GracePeriod.java Comment typo of the day 2016-05-18 13:10:47 -04:00
package-info.java Load foreign keys more efficiently for xml marshalling. 2016-06-06 13:30:53 -04:00
Period.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ReferenceUnion.java Load foreign keys more efficiently for xml marshalling. 2016-06-06 13:30:53 -04:00