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/Examples/JPA/Multitenant/Tutorial

< EclipseLink‎ | Examples‎ | JPA‎ | Multitenant
Revision as of 12:13, 12 September 2011 by Douglas.clarke.oracle.com (Talk | contribs) (New page: __NOTOC__ == EclipseLInk Multi-Tenant Tutorial == This tutorial will walk a developer through the steps necessary to take a simple domain model mapped with JPA and make it multitenant ena...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

EclipseLInk Multi-Tenant Tutorial

This tutorial will walk a developer through the steps necessary to take a simple domain model mapped with JPA and make it multitenant enabled with both EclipseLInk managed additional criteria as well as Oracle Virtual Private Database (VPD) usage.

Overview

  1. Setup and configure environment
    1. Run basic tests
  2. Configure for multi-tenancy using EclipseLink to apply additional tenant criteria
    1. Run multi-tenant tests
  3. Configure for multi-tenancy using EclipseLink and Oracle VPD
    1. Run multi-tenant VPD tests

Software Requirements


Example Application

TO DO: Describe domain model and example usage

TO DO: Describe intented challenge of making app multi-tenant

Tutorial Steps

Please follow

Setup

@Multitenant

@Multitenant(VPD)

Back to the top