Interface IMappingDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
MappingDefinition

public interface IMappingDefinition extends Serializable
This interface defines several method that can be used to retrieve mapping definition information.
Since:
7.1
Author:
Jon van Leuven
  • Method Details

    • getName

      String getName()
      This method returns a unique name of the mapping.
      Returns:
      The unique name, never null or empty.
    • getMappings

      IEntityMappingDefinition[] getMappings()
      This method returns all the mappings available.
      Returns:
      The available mappings, never null
    • getSourceModel

      IMetaModel getSourceModel()
      This method returns the source model.
      Returns:
      The source model, never null.
    • getTargetModel

      IMetaModel getTargetModel()
      This method returns the target model.
      Returns:
      The target model, never null.