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

EclipseLink/Development/Summit/Topics

< EclipseLink‎ | Development‎ | Summit
Revision as of 11:21, 11 May 2010 by Douglas.clarke.oracle.com (Talk | contribs) (Queries & Object Building)

EclipseLink Summit Topics

TUESDAY

Architecture Overview

  • ORM Architetcture
    • Sessions
    • Connections/Datasources
    • Transaction Management
    • Cache
    • Metamodel: Project, Descriptor, Mapping, & Policies


  • MOXy Architecture
    • XML Context/Session

Mapping & Metamodel

Presenters: Guy & Blaise

  • Mapping Options
    • JPA: annotations, orm.xml, EL annotations, eclispelink-orm.xml
    • Native: sessions.xml, deployment (project) xml
    • Hand coded (API)
  • XML Processing using MOXy
  • JPA Metadata Processing

The Shared Cache

  • Identity Management
  • Cache Structure:
    • IdentityMaps
    • CacheKey
    • Locking
  • Concurrency & Locking
  • Invalidation
  • Configuration Best Practices

Queries & Object Building

  • Structure
    • Query Types
    • Calls
    • Statements
  • Query Execution Path
  • Cache Usage
    • Cache Hits
    • Conforming
  • Cloning
  • Policies
    • Instantiation
    • Clone/Copy

WEDNESDAY

Eclipse Tooling

  • Dali
    • Generic JPA
    • EclipseLink JPA
    • Library Configuration
  • EclipseLink Workbench

Advanced Caching

  • Isolated/Transactional Caching
  • Stale Cache Management
    • Refreshing
    • Cache Coordination
  • Interceptors

THURSDAY

Back to the top