Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/Dynamic/def2"

 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=====Static Configuration=====
 
=====Static Configuration=====
This refers to the dynamic entity's structure and O-R mappings being defined in XML within the packaged application. This is used with Dynamic Persistence when the application is being generated before deployment and no runtime entity class generation/compilation/packaging is wanted.
+
A static configuration defines the dynamic persistent entity's structure and mappings in XML packaged with the application. This is used when the  
 +
entity is generated before/during deployment and no runtime alteration of its structure is required.

Latest revision as of 10:56, 17 September 2009

Static Configuration

A static configuration defines the dynamic persistent entity's structure and mappings in XML packaged with the application. This is used when the entity is generated before/during deployment and no runtime alteration of its structure is required.

Back to the top