public class MultitenantIdAccessor extends IdAccessor
A multitenant id accessor. This is a special type of mapping accessor in that it is not mapped in the object and this mapping accessor is not mapped through annotations and/or XML. They are created on the fly when tenant discrimator columns are found that specify primaryKey=true. Key notes: - methods should be preserved in alphabetical order.
Since:
EclipseLink 2.4
  • Field Details

    • m_tenantDiscriminatorField

      protected DatabaseField m_tenantDiscriminatorField
    • m_contextProperty

      protected String m_contextProperty
  • Constructor Details

  • Method Details