Difference between revisions of "EclipseLink/UserGuide/JPA/Advanced JPA Development/Performance/Weaving"
< EclipseLink | UserGuide | JPA | Advanced JPA Development | Performance
m |
|||
Line 1: | Line 1: | ||
− | {{EclipseLink_UserGuide|info=y}} | + | {{EclipseLink_UserGuide |
+ | |info=y | ||
+ | |toc=n | ||
+ | |eclipselink=y | ||
+ | |eclipselinktype=JPA}} | ||
+ | |||
=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. | 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. | ||
Line 15: | Line 20: | ||
|next =[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Performance/Weaving/About Weaving|About Weaving]] | |next =[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Performance/Weaving/About Weaving|About Weaving]] | ||
|up =[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Performance|Performance]] | |up =[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Performance|Performance]] | ||
− | }} | + | |version=2.2.0 DRAFT}} |
Revision as of 16:17, 12 January 2011
EclipseLink JPA
EclipseLink | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
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.