google-nomulus/javatests/google/registry/flows/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
..
testdata Add domain check and update registration type extensions 2016-05-27 12:57:31 -04:00
ClaimsCheckFlowTest.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainAllocateFlowTest.java Add package for flow pickers 2016-05-27 12:41:11 -04:00
DomainApplicationCreateFlowTest.java Load referenced contact/hosts from EPP more efficiently 2016-05-16 20:11:58 -04:00
DomainApplicationDeleteFlowTest.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00
DomainApplicationInfoFlowTest.java Registrant of a domain can never be null 2016-05-18 13:10:18 -04:00
DomainApplicationUpdateFlowTest.java Load referenced contact/hosts from EPP more efficiently 2016-05-16 20:11:58 -04:00
DomainCheckFlowTest.java Add domain check and update registration type extensions 2016-05-27 12:57:31 -04:00
DomainCreateFlowTest.java Add additional return values to PricingEngine interface 2016-06-06 12:14:51 -04:00
DomainDeleteFlowTest.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00
DomainInfoFlowTest.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00
DomainRenewFlowTest.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainRestoreRequestFlowTest.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainTransferApproveFlowTest.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainTransferCancelFlowTest.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainTransferFlowTestCase.java Add additional return values to PricingEngine interface 2016-06-06 12:14:51 -04:00
DomainTransferQueryFlowTest.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainTransferRejectFlowTest.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainTransferRequestFlowTest.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainUpdateFlowTest.java Load foreign keys more efficiently for xml marshalling. 2016-06-06 13:30:53 -04:00