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 "Talk:EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Basic Mappings/Lazy Basics"

m
m
Line 15: Line 15:
 
:Also, all the mapping types in the Mapping column of the "EclipseLink JPA Support for Lazy Loading by Mapping Type" were links to ELUG. I removed the links. For example:
 
:Also, all the mapping types in the Mapping column of the "EclipseLink JPA Support for Lazy Loading by Mapping Type" were links to ELUG. I removed the links. For example:
 
::[Introduction%20to%20EclipseLink%20JPA%20(ELUG)#@OneToMany|one-to-many
 
::[Introduction%20to%20EclipseLink%20JPA%20(ELUG)#@OneToMany|one-to-many
 +
 +
: There were several links to weaving topics in ELUG. These all used to point to http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_%28ELUG%29#Using_EclipseLink_JPA_Weaving and after:
 +
:: Immediately before the table was:
 +
:::For more information, see the following:
 +
:::* [[#How to Configure Dynamic Weaving for JPA Entities Using the EclipseLink Agent|How to Configure Dynamic Weaving for JPA Entities Using the EclipseLink Agent]]
 +
:::* [[#How to Configure Static Weaving for JPA Entities|How to Configure Static Weaving for JPA Entities]]
 +
:::* [[#How to Disable Weaving Using EclipseLink Persistence Unit Properties|How to Disable Weaving Using EclipseLink Persistence Unit Properties]]
 +
:::* [[#What You May Need to Know About Weaving JPA Entities|What You May Need to Know About Weaving JPA Entities]]
 +
:: Also, the table included links

Revision as of 11:11, 3 May 2011

-- Ben Gelernter 4/28/11

ELUG ref
I removed this reference to ELUG. Return here to see if this information needs to be brought forward into this doc.
This was the last item in the first list, right after " What You May Need to Know About Weaving JPA Entities"
More ELUG refs:
These are the 3rd and 4th paras:
When using a one-to-one or many-to-one mapping in a Java SE environment, to configure EclipseLink JPA to perform lazy loading when the fetch attribute is set to FetchType.LAZY, configure either dynamic or static weaving.
When using a one-to-one or many-to-one mapping in a Java SE environment that does not permit the use of -javaagent on the JVM command line, to configure EclipseLink JPA to perform lazy loading when annotation attribute fetch is set to javax.persistence.FetchType.LAZY, you can use static weaving.
Also, all the mapping types in the Mapping column of the "EclipseLink JPA Support for Lazy Loading by Mapping Type" were links to ELUG. I removed the links. For example:
[Introduction%20to%20EclipseLink%20JPA%20(ELUG)#@OneToMany|one-to-many
There were several links to weaving topics in ELUG. These all used to point to http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_%28ELUG%29#Using_EclipseLink_JPA_Weaving and after:
Immediately before the table was:
For more information, see the following:
Also, the table included links

Back to the top