Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:EclipseLink/DesignDocs/371950

ProjectCache

Project is not a JPA concept, and cache can be confused with the object cache. This should be called MetadataStore and the property should be "eclipselink.metadata.store".

James.sutherland.oracle.com 12:34, 2 August 2012 (UTC)
   many remaining transients set through the constructors will need to be lazy initialized in accessors or null checks added where they are used.
  • A specific store initialization method should be called on the project and descriptors that initializes these and others. Lazy initialization should be avoided as it can cause concurrency issues at runtime.
James.sutherland.oracle.com 12:34, 2 August 2012 (UTC)

Stale metadata

How do you know when the metadata store is out of date (redeployment)?

James.sutherland.oracle.com 12:34, 2 August 2012 (UTC)

Performance

Since the only purpose of this feature is to improve bootstrap performance. Metrics on what the improvement is should be included in the document.

James.sutherland.oracle.com 12:34, 2 August 2012 (UTC)

Back to the top