gusgogar / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Add property to allow turn off GAE/J-specific metadata validation #306

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When each class is encountered its metadata is checked for correctness. This 
could impact on performance of startup since it is performed each time an 
instance of the PMF/EMF is created (and this can happen many times with 
instances spinning up). Once the user has had their metadata checked once it 
can be assumed to be ok, so just provide a persistence property that says 
"don't bother checking metadata for validity, and startup. I'll take the 
consequences!"

Original issue reported on code.google.com by googleco...@yahoo.co.uk on 22 Oct 2012 at 1:00

GoogleCodeExporter commented 9 years ago
SVN trunk provides property "datanucleus.appengine.validateMetaData" 
(default=true) to allow this to be turned off

Original comment by googleco...@yahoo.co.uk on 22 Oct 2012 at 1:01