Interface ImportOperation.DatabaseLayerMapper

All Known Implementing Classes:
ImportOperation.MapDatabaseLayerMapper
Enclosing interface:
ImportOperation

@Deprecated public static interface ImportOperation.DatabaseLayerMapper
Deprecated.
since 5.2.513 - use LayerMapper instead
Mapper providing layers to be used for Schema instances.
Since:
5.1.42
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    getLayer(@NotNull String layerNameFromFileSystem)
    Deprecated.
    since 5.2.513 - use LayerMapper instead
  • Method Details

    • getLayer

      @Deprecated String getLayer(@NotNull @NotNull String layerNameFromFileSystem)
      Deprecated.
      since 5.2.513 - use LayerMapper instead
      Gets the layer to be used for the given schema.
      Parameters:
      layerNameFromFileSystem - layer name as used in file system.
      Returns:
      The layer to be used.
      Since:
      5.1.104