jar

com.github.kentyeh : sd4j

Maven & Gradle

Aug 18, 2020
0 stars

sd4j · Spring Dao Libray for easy using JPA

Table Of Contents

Latest Version

Download com.github.kentyeh : sd4j JAR file - Latest Versions:

All Versions

Download com.github.kentyeh : sd4j JAR file - All Versions:

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

springdao

├─ springdao.Dao.class - [JAR]

├─ springdao.DaoAnnotationBeanPostProcessor.class - [JAR]

├─ springdao.DaoManager.class - [JAR]

├─ springdao.DaoRepository.class - [JAR]

├─ springdao.RepositoryManager.class - [JAR]

springdao.support

├─ springdao.support.AbstractSpringDao.class - [JAR]

├─ springdao.support.AliasHelper.class - [JAR]

├─ springdao.support.DaoPropertyEditor.class - [JAR]

├─ springdao.support.IntDaoPropertyEditor.class - [JAR]

├─ springdao.support.JpqlHelper.class - [JAR]

├─ springdao.support.LongDaoPropertyEditor.class - [JAR]

├─ springdao.support.SimpleSpringDao.class - [JAR]

Advertisement