jar

ru.astrainteractive.astralibs : orm

Maven & Gradle

Aug 17, 2023
3 stars

AstraLibs · Core utilities for spigot development

Table Of Contents

Latest Version

Download ru.astrainteractive.astralibs : orm JAR file - Latest Versions:

All Versions

Download ru.astrainteractive.astralibs : orm JAR file - All Versions:

Version Vulnerabilities Size Updated
2.10.x
2.9.x
2.7.x
2.4.x
2.3.x
2.2.x
2.1.x

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 orm-2.10.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ru.astrainteractive.astralibs.orm.statement

├─ ru.astrainteractive.astralibs.orm.statement.DBStatement.class - [JAR]

ru.astrainteractive.astralibs.orm

├─ ru.astrainteractive.astralibs.orm.DBConnection.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.DBSyntax.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.Database.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.DefaultDatabase.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.ExtKt.class - [JAR]

ru.astrainteractive.astralibs.orm.database

├─ ru.astrainteractive.astralibs.orm.database.Column.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.database.Constructable.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.database.Entity.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.database.Table.class - [JAR]

ru.astrainteractive.astralibs.orm.expression

├─ ru.astrainteractive.astralibs.orm.expression.AndExpression.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.expression.EqExpression.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.expression.Expression.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.expression.LessExpression.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.expression.MoreExpression.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.expression.NotEqExpression.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.expression.SQLExpressionBuilder.class - [JAR]

ru.astrainteractive.astralibs.orm.exception

├─ ru.astrainteractive.astralibs.orm.exception.DatabaseException.class - [JAR]

ru.astrainteractive.astralibs.orm.query

├─ ru.astrainteractive.astralibs.orm.query.CountQuery.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.query.CreateQuery.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.query.DeleteQuery.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.query.InsertQuery.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.query.Query.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.query.SelectQuery.class - [JAR]

├─ ru.astrainteractive.astralibs.orm.query.UpdateQuery.class - [JAR]

Advertisement