jar

com.denghb : eorm-spring

Maven & Gradle

Mar 19, 2020
8 stars

eorm-spring · A easy based on the Spring JdbcTemplate JDBC ORM

Table Of Contents

Latest Version

Download com.denghb : eorm-spring JAR file - Latest Versions:

All Versions

Download com.denghb : eorm-spring JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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 eorm-spring-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.denghb.eorm.support.model

├─ com.denghb.eorm.support.model.Column.class - [JAR]

├─ com.denghb.eorm.support.model.Expression.class - [JAR]

├─ com.denghb.eorm.support.model.Table.class - [JAR]

├─ com.denghb.eorm.support.model.Trace.class - [JAR]

com.denghb.eorm.domain

├─ com.denghb.eorm.domain.Paging.class - [JAR]

├─ com.denghb.eorm.domain.PagingResult.class - [JAR]

com.denghb.eorm.annotation

├─ com.denghb.eorm.annotation.Ecolumn.class - [JAR]

├─ com.denghb.eorm.annotation.Etable.class - [JAR]

com.denghb.eorm

├─ com.denghb.eorm.Eorm.class - [JAR]

├─ com.denghb.eorm.EormException.class - [JAR]

com.denghb.eorm.utils

├─ com.denghb.eorm.utils.ReflectUtils.class - [JAR]

com.denghb.eorm.impl

├─ com.denghb.eorm.impl.EormAbstractImpl.class - [JAR]

├─ com.denghb.eorm.impl.EormMySQLImpl.class - [JAR]

com.denghb.eorm.support

├─ com.denghb.eorm.support.EormSupport.class - [JAR]

├─ com.denghb.eorm.support.EormTraceSupport.class - [JAR]

Advertisement