Interface DataCollectionId

All Known Implementing Classes:
TableId

public interface DataCollectionId
Common contract for all identifiers of data collections (RDBMS tables, MongoDB collections etc.)
Author:
Gunnar Morling
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the fully qualified identifier of the data collection.
  • Method Details

    • identifier

      String identifier()
      Get the fully qualified identifier of the data collection.
      Returns:
      the collection's fully qualified identifier.