pupsnow / dphibernate

Automatically exported from code.google.com/p/dphibernate
0 stars 0 forks source link

pageSize tag is misleading #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The pageSize configuration option is misleading.

This sets the pageSize of the original number of hydrated proxies sent when 
serializing an ArrayCollection.

However, in subsequent trips to the server when hydrating proxies, this 
property is ignored, and we simply return the proxies that were asked for.

Therefore, this tag should be renamed to initialPageSize - to indicate that we 
don't pay any attention to it on subsequent trips.

Original issue reported on code.google.com by martypit...@gtempaccount.com on 20 Oct 2010 at 4:39

GoogleCodeExporter commented 9 years ago
Will address as part of configuration changes in 3.0

Original comment by martypit...@gtempaccount.com on 15 Mar 2011 at 3:45