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