Package io.manebot.database
Interface PluginDatabase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.manebot.database.Database
Database.ModelConstructor
-
-
Method Summary
Modifier and Type Method Description ArtifactIdentifier
getPluginIdentifier()
Gets the plugin associated with this database.-
Methods inherited from interface io.manebot.database.Database
createSearchHandler, createSearchHandler, execute, execute, executeTransaction, executeTransaction, getClassLoader, getDatabaseManager, getDependentDatabases, getEntities, getName, isClosed, openSession
-
-
-
-
Method Detail
-
getPluginIdentifier
ArtifactIdentifier getPluginIdentifier()
Gets the plugin associated with this database.- Returns:
- Plugin artifact identifier.
-
-