Hierarchy For All Packages
- com.cotani.storage.api,
- com.cotani.storage.backend,
- com.cotani.storage.config,
- com.cotani.storage.dialect,
- com.cotani.storage.error,
- com.cotani.storage.executor,
- com.cotani.storage.migration,
- com.cotani.storage.provider,
- com.cotani.storage.query,
- com.cotani.storage.repository,
- com.cotani.storage.schema,
- com.cotani.storage.security,
- com.cotani.storage.serializer,
- com.cotani.storage.spi,
- com.cotani.storage.transaction,
- com.cotani.storage.type
Class Hierarchy
- java.lang.Object
- java.util.concurrent.AbstractExecutorService (implements java.util.concurrent.ExecutorService)
- com.cotani.storage.executor.AdmissionControlledExecutorService
- com.cotani.storage.repository.CotaniRepository
- com.cotani.storage.repository.CrudRepository<K,
T> (implements com.cotani.storage.repository.Repository<K, T>) - com.cotani.storage.repository.PlayerDataRepository<T>
- com.cotani.storage.repository.CrudRepository<K,
- com.cotani.storage.api.CotaniStorage (implements com.cotani.AsyncCloseable, java.lang.AutoCloseable, com.cotani.storage.spi.StorageContext)
- com.cotani.storage.api.CotaniStorageBuilder
- com.cotani.storage.query.DeleteQuery
- com.cotani.storage.dialect.DialectFactory
- com.cotani.storage.query.ExistsQuery
- com.cotani.storage.provider.HikariStorageProvider (implements com.cotani.storage.provider.StorageProvider)
- com.cotani.storage.security.Identifiers
- com.cotani.storage.dialect.MariaDbDialect (implements com.cotani.storage.dialect.SqlDialect)
- com.cotani.storage.migration.MigrationRunner
- com.cotani.storage.dialect.MySqlDialect (implements com.cotani.storage.dialect.SqlDialect)
- com.cotani.storage.query.ParameterBinder
- com.cotani.storage.security.Paths
- com.cotani.storage.executor.QueryExecutor
- com.cotani.storage.query.Row
- com.cotani.storage.schema.Schema
- com.cotani.storage.query.SelectQuery
- com.cotani.storage.dialect.SQLiteDialect (implements com.cotani.storage.dialect.SqlDialect)
- com.cotani.storage.provider.SQLiteStorageProvider (implements com.cotani.storage.provider.StorageProvider)
- com.cotani.storage.config.StorageConfigReader
- com.cotani.storage.provider.StorageProviderFactory
- com.cotani.storage.query.TableQuery
- com.cotani.storage.schema.TableSchema
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.cotani.storage.error.StorageException
- java.lang.RuntimeException
- java.lang.Exception
- com.cotani.storage.transaction.TransactionContext
- com.cotani.storage.transaction.TransactionManager
- com.cotani.storage.query.UpdateQuery
- com.cotani.storage.query.UpsertQuery
- com.cotani.storage.serializer.ValueSerializerRegistry
- java.util.concurrent.AbstractExecutorService (implements java.util.concurrent.ExecutorService)
Interface Hierarchy
- java.lang.AutoCloseable
- com.cotani.storage.provider.StorageProvider
- com.cotani.storage.query.EntityMapper<T>
- com.cotani.storage.migration.Migration
- com.cotani.storage.repository.Repository<K,
T> - com.cotani.storage.query.SqlConsumer<T>
- com.cotani.storage.dialect.SqlDialect
- com.cotani.storage.query.SqlFunction<T,
R> - com.cotani.storage.backend.StorageBackend
- com.cotani.storage.spi.StorageContext
- com.cotani.storage.backend.StorageCredentials
- com.cotani.storage.error.StorageError
- com.cotani.storage.serializer.ValueSerializer<T>
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.cotani.storage.schema.ColumnType
- com.cotani.storage.type.StorageKind
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- com.cotani.storage.error.ConnectionError (implements com.cotani.storage.error.StorageError)
- com.cotani.storage.error.MappingError (implements com.cotani.storage.error.StorageError)
- com.cotani.storage.backend.MariaDbBackend (implements com.cotani.storage.backend.StorageBackend)
- com.cotani.storage.backend.MariaDbCredentials (implements com.cotani.storage.backend.StorageCredentials)
- com.cotani.storage.error.MigrationError (implements com.cotani.storage.error.StorageError)
- com.cotani.storage.backend.MySqlBackend (implements com.cotani.storage.backend.StorageBackend)
- com.cotani.storage.backend.MySqlCredentials (implements com.cotani.storage.backend.StorageCredentials)
- com.cotani.storage.backend.MySqlCredentials.PoolSettings
- com.cotani.storage.error.QueryError (implements com.cotani.storage.error.StorageError)
- com.cotani.storage.backend.SQLiteBackend (implements com.cotani.storage.backend.StorageBackend)
- com.cotani.storage.backend.SQLiteCredentials (implements com.cotani.storage.backend.StorageCredentials)
- com.cotani.storage.api.StorageExecutorStats
- com.cotani.storage.error.TransactionError (implements com.cotani.storage.error.StorageError)
- java.lang.Record