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

EclipseLink/UserGuide/JPA/Advanced JPA Development/Performance/Weaving

< EclipseLink‎ | UserGuide‎ | JPA‎ | Advanced JPA Development‎ | Performance
Revision as of 09:29, 16 June 2010 by Unnamed Poltroon (Talk) (Weaving)

Weaving

Weaving is a technique of manipulating the byte-code of compiled Java classes. EclipseLink uses weaving to enhance both JPA entities and Plain Old Java Object (POJO) classes for such things as lazy loading, change tracking, fetch groups, and internal optimizations.



Eclipselink-logo.gif
Version: DRAFT
Other versions...

Back to the top