jar

io.github.portaldalaran : talons

Maven & Gradle

Jan 16, 2023
0 stars

talons · Expand the toolkit for query, save, and delete Mybatis plus entity associations 对于Mybatis plu的扩展工具,包括关联表查询,以及级联保存、更新、删除

Table Of Contents

Latest Version

Download io.github.portaldalaran : talons JAR file - Latest Versions:

All Versions

Download io.github.portaldalaran : talons JAR file - All Versions:

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

io.github.portaldalaran.talons.core

├─ io.github.portaldalaran.talons.core.ITalonsService.class - [JAR]

├─ io.github.portaldalaran.talons.core.TalonsAssociationQuery.class - [JAR]

├─ io.github.portaldalaran.talons.core.TalonsAssociationService.class - [JAR]

├─ io.github.portaldalaran.talons.core.TalonsHelper.class - [JAR]

├─ io.github.portaldalaran.talons.core.TalonsServiceImpl.class - [JAR]

io.github.portaldalaran.talons.annotation

├─ io.github.portaldalaran.talons.annotation.JoinColumn.class - [JAR]

├─ io.github.portaldalaran.talons.annotation.JoinTable.class - [JAR]

├─ io.github.portaldalaran.talons.annotation.ManyToMany.class - [JAR]

├─ io.github.portaldalaran.talons.annotation.ManyToOne.class - [JAR]

├─ io.github.portaldalaran.talons.annotation.OneToMany.class - [JAR]

├─ io.github.portaldalaran.talons.annotation.UniqueField.class - [JAR]

io.github.portaldalaran.talons.meta

├─ io.github.portaldalaran.talons.meta.AssociationFieldInfo.class - [JAR]

├─ io.github.portaldalaran.talons.meta.AssociationQueryField.class - [JAR]

├─ io.github.portaldalaran.talons.meta.AssociationTableInfo.class - [JAR]

├─ io.github.portaldalaran.talons.meta.AssociationType.class - [JAR]

├─ io.github.portaldalaran.talons.meta.CascadeType.class - [JAR]

io.github.portaldalaran.talons.config

├─ io.github.portaldalaran.talons.config.TalonsConfiguration.class - [JAR]

io.github.portaldalaran.talons.utils

├─ io.github.portaldalaran.talons.utils.ReflectionUtils.class - [JAR]

├─ io.github.portaldalaran.talons.utils.TalonsUtils.class - [JAR]

├─ io.github.portaldalaran.talons.utils.UniqueFieldUtils.class - [JAR]

├─ io.github.portaldalaran.talons.utils.XStringUtils.class - [JAR]

io.github.portaldalaran.talons.exception

├─ io.github.portaldalaran.talons.exception.TalonsException.class - [JAR]

├─ io.github.portaldalaran.talons.exception.TalonsUniqueException.class - [JAR]