Package ru.curs.celesta.score
Interface VersionedElement
- All Known Implementing Classes:
Table
public interface VersionedElement
Interface that defines a versioning possibility for a meta entity in the DB.
- Since:
- 2017-06-13
- Author:
- ioann
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the system field containing version of the entry. -
Method Summary
Modifier and TypeMethodDescriptionReturns a description of recversion field.booleanWhether the table is versioned (WITH VERSION CHECK).
-
Field Details
-
REC_VERSION
Name of the system field containing version of the entry.- See Also:
-
-
Method Details
-
isVersioned
boolean isVersioned()Whether the table is versioned (WITH VERSION CHECK).- Returns:
-
getRecVersionField
IntegerColumn getRecVersionField()Returns a description of recversion field.- Returns:
-