Interface IDatabaseVersionAware

All Known Implementing Classes:
ADatabaseVersionAwareProperty, AliasProperty

public interface IDatabaseVersionAware
Interface implemented by components that need a reference to a version of a the underlying Database.
Since:
6.0.0
Author:
ActiveViam
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Injects the database version.
  • Method Details Link icon

    • setDatabaseVersion Link icon

      void setDatabaseVersion(IDatabaseVersion databaseVersion)
      Injects the database version.