Class WrapperDatabase

java.lang.Object
eu.cloudnetservice.wrapper.database.WrapperDatabase
All Implemented Interfaces:
eu.cloudnetservice.common.Named, eu.cloudnetservice.driver.database.Database, AutoCloseable

public abstract class WrapperDatabase extends Object implements eu.cloudnetservice.driver.database.Database
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.AutoCloseable

    close

    Methods inherited from interface eu.cloudnetservice.driver.database.Database

    clear, clearAsync, contains, containsAsync, delete, deleteAsync, documentCount, documentCountAsync, documents, documentsAsync, entries, entriesAsync, find, find, findAsync, findAsync, get, getAsync, insert, insertAsync, keys, keysAsync, synced
  • Field Details

    • name

      private final String name
  • Constructor Details

  • Method Details

    • name

      @NonNull public @NonNull String name()
      Specified by:
      name in interface eu.cloudnetservice.common.Named