jar

org.yorm : yorm

Maven & Gradle

Apr 16, 2023
33 stars

Yorm · Simple ORM-alike based on Java Records

Table Of Contents

Latest Version

Download org.yorm : yorm JAR file - Latest Versions:

All Versions

Download org.yorm : yorm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 yorm-0.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.yorm.db

├─ org.yorm.db.FilteringFieldValue.class - [JAR]

├─ org.yorm.db.QueryBuilder.class - [JAR]

├─ org.yorm.db.ReflectionUtil.class - [JAR]

org.yorm.db.operations.select

├─ org.yorm.db.operations.select.Select.class - [JAR]

org.yorm.db.operations.operators

├─ org.yorm.db.operations.operators.ComparisonOperator.class - [JAR]

├─ org.yorm.db.operations.operators.WhereOperator.class - [JAR]

org.yorm

├─ org.yorm.MapBuilder.class - [JAR]

├─ org.yorm.Yorm.class - [JAR]

├─ org.yorm.YormTable.class - [JAR]

├─ org.yorm.YormTuple.class - [JAR]

org.yorm.util

├─ org.yorm.util.DbType.class - [JAR]

├─ org.yorm.util.Levenshtein.class - [JAR]

├─ org.yorm.util.RowRecordConverter.class - [JAR]

org.yorm.exception

├─ org.yorm.exception.YormException.class - [JAR]

org.yorm.db.operations

├─ org.yorm.db.operations.FilterPredicates.class - [JAR]

├─ org.yorm.db.operations.QueryDelete.class - [JAR]

├─ org.yorm.db.operations.QueryFind.class - [JAR]

├─ org.yorm.db.operations.QuerySave.class - [JAR]