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

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

    • setDatabaseVersion

      void setDatabaseVersion(IDatabaseVersion databaseVersion)
      Injects the database version.