Interface SchemaLogEntry
-
- All Known Implementing Classes:
SchemaLogEntryEntity
public interface SchemaLogEntry
Log entry for database schema version changes.- Author:
- Miklas Boskamp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
A unique identifier of a schema log entry.Date
getTimestamp()
The creation date of this schema log entry.String
getVersion()
The schema version.
-