jar

com.github.lihengming : potato-orm

Maven & Gradle

Oct 17, 2016
17 stars

potato-orm · Simple ORM For Java

Table Of Contents

Latest Version

Download com.github.lihengming : potato-orm JAR file - Latest Versions:

All Versions

Download com.github.lihengming : potato-orm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

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

cn.potato.helper

├─ cn.potato.helper.BeanHelper.class - [JAR]

├─ cn.potato.helper.ConvertHelper.class - [JAR]

├─ cn.potato.helper.Helper.class - [JAR]

cn.potato.data

├─ cn.potato.data.ActiveRecord.class - [JAR]

├─ cn.potato.data.Dao.class - [JAR]

├─ cn.potato.data.Query.class - [JAR]

├─ cn.potato.data.SQLType.class - [JAR]

├─ cn.potato.data.SimpleDataSource.class - [JAR]

cn.potato.orm

├─ cn.potato.orm.Model.class - [JAR]

cn.potato.config

├─ cn.potato.config.Configuration.class - [JAR]