jar

io.github.jy2694 : TDatabase

Maven & Gradle

Jan 03, 2024
2 stars

TDatabase · Plugin that provides an database solution for managing other plugin.

Table Of Contents

Latest Version

Download io.github.jy2694 : TDatabase JAR file - Latest Versions:

All Versions

Download io.github.jy2694 : TDatabase JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window TDatabase-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.jy2694.annotation

├─ io.github.jy2694.annotation.Column.class - [JAR]

├─ io.github.jy2694.annotation.PrimaryKey.class - [JAR]

├─ io.github.jy2694.annotation.Table.class - [JAR]

io.github.jy2694

├─ io.github.jy2694.TDatabase.class - [JAR]

io.github.jy2694.database

├─ io.github.jy2694.database.CaseConverter.class - [JAR]

├─ io.github.jy2694.database.PlayerDatabaseManager.class - [JAR]

io.github.jy2694.exception

├─ io.github.jy2694.exception.ClassValidationException.class - [JAR]

├─ io.github.jy2694.exception.CloseDatabaseException.class - [JAR]

├─ io.github.jy2694.exception.ConnectionException.class - [JAR]

├─ io.github.jy2694.exception.DatabaseSaveException.class - [JAR]

├─ io.github.jy2694.exception.InitializeDatabaseException.class - [JAR]

├─ io.github.jy2694.exception.NoSuchInstanceInDatabaseException.class - [JAR]

├─ io.github.jy2694.exception.NotRegisteredClassException.class - [JAR]