jar

com.github.mengweijin : quickboot-jpa

Maven & Gradle

May 14, 2022
1 usages
1 stars
Table Of Contents

Latest Version

Download com.github.mengweijin : quickboot-jpa JAR file - Latest Versions:

All Versions

Download com.github.mengweijin : quickboot-jpa 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 quickboot-jpa-1.0.45.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.mengweijin.quickboot.jpa

├─ com.github.mengweijin.quickboot.jpa.AuditorAwareImpl.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.BaseEntity.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.EntityMapCamelCaseResultTransformer.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.Pager.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.QuickBootJpaAutoConfiguration.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.TrimStringType.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.TrimStringTypeDescriptor.class - [JAR]

com.github.mengweijin.quickboot.jpa.idgenerator

├─ com.github.mengweijin.quickboot.jpa.idgenerator.SnowflakeIdGenerator.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.idgenerator.TimestampIdGenerator.class - [JAR]

com.github.mengweijin.quickboot.jpa.service

├─ com.github.mengweijin.quickboot.jpa.service.BaseService.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.service.BaseServiceImpl.class - [JAR]

com.github.mengweijin.quickboot.jpa.repository

├─ com.github.mengweijin.quickboot.jpa.repository.BaseJpaRepository.class - [JAR]

├─ com.github.mengweijin.quickboot.jpa.repository.SimpleBaseJpaRepository.class - [JAR]

Advertisement