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/Development/Indigo/Multi-Tenancy"

(Multi-Tenancy)
Line 8: Line 8:
  
 
The goal of this feature is to allow multiple tenants on the same database schema.
 
The goal of this feature is to allow multiple tenants on the same database schema.
 
  
 
=== Requirements ===
 
=== Requirements ===
 +
 +
 +
=== Things to talk about ===
 +
 +
* DDL generation
 +
* configuration
 +
** persistence.xml
 +
** tenant id
 +
** tenant id field
 +
* Core details

Revision as of 11:26, 9 February 2011

See bug??? Bug 335601

Multi-Tenancy

The goal of this feature is to allow multiple tenants on the same database schema.

Requirements

Things to talk about

  • DDL generation
  • configuration
    • persistence.xml
    • tenant id
    • tenant id field
  • Core details

Back to the top