Interface SchemaLogEntry

All Known Implementing Classes:
SchemaLogEntryEntity

public interface SchemaLogEntry
Log entry for database schema version changes.
Author:
Miklas Boskamp
  • Method Summary

    Modifier and Type
    Method
    Description
    A unique identifier of a schema log entry.
    The creation date of this schema log entry.
    The schema version.
  • Method Details

    • getId

      String getId()
      A unique identifier of a schema log entry.
    • getTimestamp

      Date getTimestamp()
      The creation date of this schema log entry.
    • getVersion

      String getVersion()
      The schema version.