jar

com.github.aly8246 : collection-util

Maven & Gradle

Nov 17, 2019
2 stars

collection-util · Collection Util is a mybatis plug-in designed to solve the problem of N + 1 in mysql. When you use Mysql to query linked tables and pages, there will be n + 1 problem. This plug-in can help you!

Table Of Contents

Latest Version

Download com.github.aly8246 : collection-util JAR file - Latest Versions:

All Versions

Download com.github.aly8246 : collection-util JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 collection-util-1.1.1.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.aly8246.collectionutil.exception

├─ com.github.aly8246.collectionutil.exception.CollectionException.class - [JAR]

com.github.aly8246.collectionutil.core.impl

├─ com.github.aly8246.collectionutil.core.impl.MysqlPageImpl.class - [JAR]

com.github.aly8246.collectionutil.main

├─ com.github.aly8246.collectionutil.main.CollectionInterceptor.class - [JAR]

com.github.aly8246.collectionutil.core

├─ com.github.aly8246.collectionutil.core.PageInterface.class - [JAR]

com.github.aly8246.collectionutil.result

├─ com.github.aly8246.collectionutil.result.PageResult.class - [JAR]

com.github.aly8246.collectionutil.util

├─ com.github.aly8246.collectionutil.util.CollectionUtil.class - [JAR]

├─ com.github.aly8246.collectionutil.util.IPage.class - [JAR]

├─ com.github.aly8246.collectionutil.util.Page.class - [JAR]

com.github.aly8246.autoConfiguration

├─ com.github.aly8246.autoConfiguration.CollectionAutoConfiguration.class - [JAR]

├─ com.github.aly8246.autoConfiguration.CollectionProperties.class - [JAR]

com.github.aly8246.collectionutil.model

├─ com.github.aly8246.collectionutil.model.Index.class - [JAR]

├─ com.github.aly8246.collectionutil.model.Limit.class - [JAR]

├─ com.github.aly8246.collectionutil.model.Page.class - [JAR]

Advertisement