Interface IEntityMappingVisitor

All Known Implementing Classes:
EntityMappingVisitor, ReportingEntityMappingVisitor

public interface IEntityMappingVisitor
Visitor used during initialization to gather the target entity mappings.
Since:
7.1
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be used to add a single entity mapping.
  • Method Details

    • addTargetMapping

      void addTargetMapping(IEntityMappingDS datasource)
      This method should be used to add a single entity mapping.
      Parameters:
      datasource - Object providing the information needed to initialize the mapping.
      Throws:
      InitializationException - The exception is thrown when the mapping could not be initialized.