jar

io.github.fsixteen : data-jpa-base-generator-service

Maven & Gradle

Oct 13, 2023
0 stars

Data Jpa Base Generator Service · 基于类快速生成Jpa Specification的框架工具中的基础框架服务.

Table Of Contents

Latest Version

Download io.github.fsixteen : data-jpa-base-generator-service JAR file - Latest Versions:

All Versions

Download io.github.fsixteen : data-jpa-base-generator-service JAR file - All Versions:

Version Vulnerabilities Size Updated
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 data-jpa-base-generator-service-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.fsixteen.data.jpa.base.generator.service

├─ io.github.fsixteen.data.jpa.base.generator.service.AbstractBaseAggService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.BaseAggService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.BaseCommonService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.BaseDeleteService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.BaseInsertAndSelectService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.BaseInsertService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.BaseSelectService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.BaseService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.BaseUpdateService.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.service.Container.class - [JAR]

io.github.fsixteen.data.jpa.base.generator.constants

├─ io.github.fsixteen.data.jpa.base.generator.constants.Constants.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.constants.DeleteType.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.constants.GroupColumnType.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.constants.GroupDateTimeUnit.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.constants.GroupResponseType.class - [JAR]

io.github.fsixteen.data.jpa.base.generator.config

├─ io.github.fsixteen.data.jpa.base.generator.config.DataJpaGeneratorConfig.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.config.FsnRestControllerAdvice.class - [JAR]

io.github.fsixteen.data.jpa.base.generator.jpa

├─ io.github.fsixteen.data.jpa.base.generator.jpa.BaseDao.class - [JAR]

io.github.fsixteen.data.jpa.base.generator.utils

├─ io.github.fsixteen.data.jpa.base.generator.utils.AppContextInitializer.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.utils.DateTimeUtils.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.utils.GroupColumnUtils.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.utils.JsonIgnoreUtils.class - [JAR]

io.github.fsixteen.data.jpa.base.generator.exception

├─ io.github.fsixteen.data.jpa.base.generator.exception.AccessDeniedException.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.exception.DataExistedException.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.exception.DataNonExistException.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.exception.ReflectionException.class - [JAR]

├─ io.github.fsixteen.data.jpa.base.generator.exception.TransitionException.class - [JAR]