jar

com.github.darkredz : zeko-data-mapper

Maven & Gradle

Apr 06, 2020
1 usages
16 stars

A lightweight, fast and simple data mapper library in Kotlin that helps to map the result of queries from your normalized dataset(from RDBMS, SQLite, CSV or any source) back into relational mapped Hash maps

Table Of Contents

Latest Version

Download com.github.darkredz : zeko-data-mapper JAR file - Latest Versions:

All Versions

Download com.github.darkredz : zeko-data-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.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 zeko-data-mapper-1.5.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.zeko.model

├─ io.zeko.model.DataHelper.class - [JAR]

├─ io.zeko.model.DataMapper.class - [JAR]

├─ io.zeko.model.DataMapperVertx.class - [JAR]

├─ io.zeko.model.DateTimeHelper.class - [JAR]

├─ io.zeko.model.IgniteSelect.class - [JAR]

├─ io.zeko.model.MapperConfig.class - [JAR]

├─ io.zeko.model.ResultSetHelper.class - [JAR]

├─ io.zeko.model.Select.class - [JAR]

├─ io.zeko.model.SelectInfo.class - [JAR]

├─ io.zeko.model.TableInfo.class - [JAR]

io.zeko.model.declarations

├─ io.zeko.model.declarations.ExtensionsKt.class - [JAR]