Package com.activeviam.database.api
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 TypeMethodDescriptionvoid
setDatabaseVersion
(IDatabaseVersion databaseVersion) Injects the database version.