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:34, 11 May 2010 by Douglas.clarke.oracle.com (Talk | contribs) (Advanced Caching)

EclipseLink Summit Topics

TUESDAY

Architecture Overview

  • ORM Architetcture
    • Sessions
    • Connections/Datasources
    • Transaction Management
    • Cache
    • Metamodel: Project, Descriptor, Mapping, & Policies
    • Platforms: Database & Server
  • 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
    • JPA Query Processing
  • Cache Usage
    • Cache Hits
    • Conforming
  • Cloning
  • Policies
    • Instantiation
    • Clone/Copy
  • Query Caches: Named, Descriptor, JPQL Parse Cache
  • Lazy Loading
    • ValueHolders: Query Based, UnitOfWork


Transactions: UnitOfWork

  • UnitOfWork Basics
    • Change Tracking
    • ChangeSets
    • ChangeTracking
    • Commit/flush process
    • Merge
  • RepeatabaleWriteUnitOfWork
    • FlushMode
  • Session Events

WEDNESDAY

Eclipse Tooling

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

Advanced Querying

  • Expression Framework
  • Optimizations
    • Joining
    • Batching
    • FetchGroup
    • Projections (ReportQuery)
  • Cache Usage
    • Conforming
    • In-memory
  • Query Redirectors
  • Query Life-cycle Events
  • Stored Procedures

Advanced Caching

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

Management, Diagnostics, & Tuning

Documentation

Customization

  • Customizers: Session & Descriptor
  • Listeners: Session & Descriptor
  • Mapping Customizing
  • Query Customizing

THURSDAY

Back to the top