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 Detail

      • identifier

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