jar

org.qlrm : qlrm

Maven & Gradle

Feb 26, 2023
41 stars

QLRM · QLRM - Query Langugage Result Mapper

Table Of Contents

Latest Version

Download org.qlrm : qlrm JAR file - Latest Versions:

All Versions

Download org.qlrm : qlrm JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.0.x
2.1.x
2.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 qlrm-4.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.qlrm.mapper

├─ org.qlrm.mapper.JdbcResultMapper.class - [JAR]

├─ org.qlrm.mapper.JpaResultMapper.class - [JAR]

├─ org.qlrm.mapper.ResultMapper.class - [JAR]

org.qlrm.executor

├─ org.qlrm.executor.FileUtil.class - [JAR]

├─ org.qlrm.executor.JdbcQueryExecutor.class - [JAR]

├─ org.qlrm.executor.JpaQueryExecutor.class - [JAR]

├─ org.qlrm.executor.PageRequest.class - [JAR]

org.qlrm.generator

├─ org.qlrm.generator.ClassGenerator.class - [JAR]

Advertisement