jar

nl.litpho.mybatis : mybatisgenerator-library

Maven & Gradle

Feb 22, 2023
0 stars

MyBatis Generator Plugins Library · A library to support the extended MyBatis Generator plugins

Table Of Contents

Latest Version

Download nl.litpho.mybatis : mybatisgenerator-library JAR file - Latest Versions:

All Versions

Download nl.litpho.mybatis : mybatisgenerator-library JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.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 mybatisgenerator-library-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nl.litpho.mybatis.typehandlers.oracle

├─ nl.litpho.mybatis.typehandlers.oracle.OracleUUIDTypeHandler.class - [JAR]

nl.litpho.mybatis.typehandlers.postgres

├─ nl.litpho.mybatis.typehandlers.postgres.PostgresUUIDTypeHandler.class - [JAR]

nl.litpho.mybatis.dto

├─ nl.litpho.mybatis.dto.UpdateSelection.class - [JAR]

nl.litpho.mybatis.typehandlers.general

├─ nl.litpho.mybatis.typehandlers.general.DatabaseValueEnumTypeHandler.class - [JAR]

nl.litpho.mybatis.idgenerators

├─ nl.litpho.mybatis.idgenerators.IdGenerator.class - [JAR]

├─ nl.litpho.mybatis.idgenerators.IdGenerators.class - [JAR]

├─ nl.litpho.mybatis.idgenerators.UUIDGenerator.class - [JAR]

nl.litpho.mybatis.enumsupport

├─ nl.litpho.mybatis.enumsupport.DatabaseValueEnum.class - [JAR]

Advertisement