View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window orm-3.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.zenyoung.orm.annotation
├─ top.zenyoung.orm.annotation.PoField.class - [JAR]
top.zenyoung.orm.model
├─ top.zenyoung.orm.model.BaseCreate.class - [JAR]
├─ top.zenyoung.orm.model.BaseCreateUpdate.class - [JAR]
├─ top.zenyoung.orm.model.BaseCreateUpdateLogic.class - [JAR]
├─ top.zenyoung.orm.model.Model.class - [JAR]
├─ top.zenyoung.orm.model.ModelFieldHelper.class - [JAR]
top.zenyoung.orm.injector
├─ top.zenyoung.orm.injector.BatchAddOrUpdateMethod.class - [JAR]
├─ top.zenyoung.orm.injector.PhysicalDeleteMethod.class - [JAR]
├─ top.zenyoung.orm.injector.SelectPhysicalByIdMethod.class - [JAR]
├─ top.zenyoung.orm.injector.SelectPhysicalByIdsMethod.class - [JAR]
top.zenyoung.orm.config
├─ top.zenyoung.orm.config.MybatisPlusConfig.class - [JAR]
top.zenyoung.orm
├─ top.zenyoung.orm.OrmAutoConfiguration.class - [JAR]
top.zenyoung.orm.service
├─ top.zenyoung.orm.service.BaseOrmService.class - [JAR]
top.zenyoung.orm.enums
├─ top.zenyoung.orm.enums.DbField.class - [JAR]
├─ top.zenyoung.orm.enums.PoConstant.class - [JAR]
top.zenyoung.orm.service.impl
├─ top.zenyoung.orm.service.impl.BaseOrmServiceImpl.class - [JAR]
top.zenyoung.orm.util
├─ top.zenyoung.orm.util.MybatisPlusUtils.class - [JAR]
├─ top.zenyoung.orm.util.PageQueryUtils.class - [JAR]
top.zenyoung.orm.mapper
├─ top.zenyoung.orm.mapper.BaseMapper.class - [JAR]