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/Examples/JPA/Simulation"

m (Appendices)
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Simulation JPA Application Example=
+
<!--=Simulation JPA Application Example=
 
<div style="border: 3px red solid;" align="center" ><font color="red">DISCLAIMER: This page reflects investigation into how EclipseLink technology can used as part of - or benefit from integration with other projects. It does NOT imply any formal certification from EclipseLink on these technologies or make any assumptions on the direction of the API.  This page is purely experimental speculation.</font></div>  
 
<div style="border: 3px red solid;" align="center" ><font color="red">DISCLAIMER: This page reflects investigation into how EclipseLink technology can used as part of - or benefit from integration with other projects. It does NOT imply any formal certification from EclipseLink on these technologies or make any assumptions on the direction of the API.  This page is purely experimental speculation.</font></div>  
 
==Purpose==
 
==Purpose==
Line 489: Line 489:
 
             <property name="eclipselink.jdbc.user" value="scott"/>
 
             <property name="eclipselink.jdbc.user" value="scott"/>
 
             <property name="eclipselink.jdbc.password" value="pw"/>
 
             <property name="eclipselink.jdbc.password" value="pw"/>
            <!-- property name="eclipselink.logging.level" value="ALL"/-->           
 
 
             <property name="eclipselink.ddl-generation" value="drop-and-create-tables"/>
 
             <property name="eclipselink.ddl-generation" value="drop-and-create-tables"/>
 
             <property name="eclipselink.ddl-generation.output-mode" value="database"/>
 
             <property name="eclipselink.ddl-generation.output-mode" value="database"/>
Line 522: Line 521:
 
*[[EclipseLink/Building/64bit#310662:_StackOverflowError_for_64_linked_entities_in_6_dimensional_hypercube_network|Limitations of the Heap on 64 bit machines]]
 
*[[EclipseLink/Building/64bit#310662:_StackOverflowError_for_64_linked_entities_in_6_dimensional_hypercube_network|Limitations of the Heap on 64 bit machines]]
 
*[http://eclipsejpa.org Other JPA examples]
 
*[http://eclipsejpa.org Other JPA examples]
 +
-->

Latest revision as of 13:53, 3 November 2010

Back to the top