All Implemented Interfaces:
IReportingDS, IMetaModelDS

public final class MetaModelDS extends MetaModelDelegateDS implements IMetaModelDS
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
Since:
8.4.3
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • iterateDomains

      public void iterateDomains(IDomainVisitor visitor)
      Description copied from interface: IMetaModelDS
      This method will be invoked by the meta model component to allow the data layer to add new domain definitions to the meta model.
      Specified by:
      iterateDomains in interface IMetaModelDS
      Overrides:
      iterateDomains in class MetaModelDelegateDS
      Parameters:
      visitor - This object will be provided by the meta model to allow new domains to be added.