jar

com.github.davidcarboni : cheep-orm

Maven & Gradle

Aug 01, 2013
2 stars

Cheep ORM · Object-row mapping with reflection.

Table Of Contents

Latest Version

Download com.github.davidcarboni : cheep-orm JAR file - Latest Versions:

All Versions

Download com.github.davidcarboni : cheep-orm JAR file - All Versions:

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

net.jirasystems.cheeporm.helpers

├─ net.jirasystems.cheeporm.helpers.FieldDefinition.class - [JAR]

├─ net.jirasystems.cheeporm.helpers.TableDefinition.class - [JAR]

net.jirasystems.cheeporm

├─ net.jirasystems.cheeporm.CreateTable.class - [JAR]

├─ net.jirasystems.cheeporm.Jdbc.class - [JAR]

├─ net.jirasystems.cheeporm.Orm.class - [JAR]

├─ net.jirasystems.cheeporm.OrmIterator.class - [JAR]

├─ net.jirasystems.cheeporm.Reflection.class - [JAR]

├─ net.jirasystems.cheeporm.Sql.class - [JAR]

├─ net.jirasystems.cheeporm.SqlType.class - [JAR]