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

Difference between revisions of "Talk:EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Basic Mappings/Lazy Basics"

m
m (Replacing page with '-- Ben Gelernter 4/28/11 : ''References to ELUG removed. See some version of this page from before 4/28/11 to see what they were. Handle at s...')
 
Line 1: Line 1:
 
-- [[User:ben.gelernter.oracle.com|Ben Gelernter]] 4/28/11
 
-- [[User:ben.gelernter.oracle.com|Ben Gelernter]] 4/28/11
  
: ELUG ref
+
: ''References to ELUG removed. See some version of this page from before 4/28/11 to see what they were. Handle at some future date.''
: I removed this reference to ELUG. Return here to see if this information needs to be brought forward into this doc.
+
::* [[Configuring%20a%20Mapping%20(ELUG)#Configuring Indirection (Lazy Loading)|Configuring Indirection (Lazy Loading)]]
+
::This was the last item in the first list, right after " [[#What You May Need to Know About Weaving JPA Entities|What You May Need to Know About Weaving JPA Entities]]"
+
 
+
:More ELUG refs:
+
:These are the 3rd and 4th paras:
+
 
+
::When using a [[Introduction%20to%20EclipseLink%20JPA%20(ELUG)#@OneToOne|one-to-one]] or [[Introduction%20to%20EclipseLink%20JPA%20(ELUG)#@ManyToOne|many-to-one]] mapping in a Java SE environment, to configure EclipseLink JPA to perform lazy loading when the <tt>fetch</tt> attribute is set to <tt>FetchType.LAZY</tt>, configure either dynamic or static weaving.
+
 
+
::When using a [[Introduction%20to%20EclipseLink%20JPA%20(ELUG)#@OneToOne|one-to-one]] or [[Introduction%20to%20EclipseLink%20JPA%20(ELUG)#@ManyToOne|many-to-one]] mapping in a Java SE environment that does not permit the use of <tt>-javaagent</tt> on the JVM command line, to configure EclipseLink JPA to perform lazy loading when annotation attribute <tt>fetch</tt> is set to <tt>javax.persistence.FetchType.LAZY</tt>, 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:
+
:::* [[#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 to the above topics. (This was redundant and should be left out, I believe)
+

Latest revision as of 10:10, 5 May 2011

-- Ben Gelernter 4/28/11

References to ELUG removed. See some version of this page from before 4/28/11 to see what they were. Handle at some future date.

Back to the top