jar

com.gitee.secretopen : secret-boot-framework-jpa

Maven & Gradle

Jun 30, 2023
1 usages
Table Of Contents

Latest Version

Download com.gitee.secretopen : secret-boot-framework-jpa JAR file - Latest Versions:

All Versions

Download com.gitee.secretopen : secret-boot-framework-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.7.x
1.6.x
1.5.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 secret-boot-framework-jpa-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.chenc.framework.jpa.jdbc

├─ cn.chenc.framework.jpa.jdbc.BaseJdbcTemplate.class - [JAR]

├─ cn.chenc.framework.jpa.jdbc.BaseJdbcTemplateImpl.class - [JAR]

cn.chenc.framework.jpa.util

├─ cn.chenc.framework.jpa.util.PageableUtil.class - [JAR]

├─ cn.chenc.framework.jpa.util.SqlHelper.class - [JAR]

cn.chenc.framework.jpa.service

├─ cn.chenc.framework.jpa.service.BaseService.class - [JAR]

├─ cn.chenc.framework.jpa.service.BaseServiceImpl.class - [JAR]

cn.chenc.framework.jpa.repository

├─ cn.chenc.framework.jpa.repository.BaseRepository.class - [JAR]

├─ cn.chenc.framework.jpa.repository.BaseRepositoryImpl.class - [JAR]

cn.chenc.framework.jpa.exception

├─ cn.chenc.framework.jpa.exception.RepositoryException.class - [JAR]

├─ cn.chenc.framework.jpa.exception.ServiceException.class - [JAR]

cn.chenc.framework.jpa.model

├─ cn.chenc.framework.jpa.model.BaseEntity.class - [JAR]

├─ cn.chenc.framework.jpa.model.PageInfo.class - [JAR]

cn.chenc.framework.jpa.dynamicquery

├─ cn.chenc.framework.jpa.dynamicquery.DynamicQuery.class - [JAR]

├─ cn.chenc.framework.jpa.dynamicquery.DynamicQueryImpl.class - [JAR]

cn.chenc.framework.jpa.support

├─ cn.chenc.framework.jpa.support.BaseJpaRepositoryFactoryBean.class - [JAR]

Advertisement