Changes between Version 7 and Version 8 of Persistence

Show
Ignore:
Timestamp:
11/24/09 22:29:48 (10 months ago)
Author:
stephan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Persistence

    v7 v8  
    33This page will document how the JPA implementation of [http://www.eclipse.org/projects/project_summary.php?projectid=rt.eclipselink EclipseLink] 
    44can be used to transparently persist teams and roles. 
     5 
     6'''Use these examples for a jump-start:''' 
     7 * [http://www.objectteams.org/maven/2/sites/objectteams-bmp-demo/usage.html objectteams-bmp-demo] -- a demo for using bean managed persistence for OT/J 
     8 * [wiki:Persistence/OrderSystemExample OrderSystemExample] -- adding persistence to an existing application 
    59 
    610---- 
     
    8791== C. Other Dos and Donts == 
    8892 
    89 Here we will list patterns that are not (yet) working and solutions (if existing): 
     93Here we will list patterns that are not (yet) working and solutions (if known): 
    9094 
    91  * Role entities must not declare `@Cache(type=CacheType.NONE)` 
     95 * ''currently none'' 
    9296 
    9397----