jar

net.colesico.framework : colesico-dao

Maven & Gradle

Feb 20, 2019
15 stars

Colesico DAO Assistant · Colesico framework database access object utilities

Table Of Contents

Latest Version

Download net.colesico.framework : colesico-dao JAR file - Latest Versions:

All Versions

Download net.colesico.framework : colesico-dao JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.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 colesico-dao-1.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

colesico.framework.dao.codegen.parser

├─ colesico.framework.dao.codegen.parser.DTOParser.class - [JAR]

├─ colesico.framework.dao.codegen.parser.DTOProcessor.class - [JAR]

colesico.framework.dao.codegen.model

├─ colesico.framework.dao.codegen.model.ColumnElement.class - [JAR]

├─ colesico.framework.dao.codegen.model.CompositionElement.class - [JAR]

├─ colesico.framework.dao.codegen.model.DTOElement.class - [JAR]

colesico.framework.dao

├─ colesico.framework.dao.Column.class - [JAR]

├─ colesico.framework.dao.Columns.class - [JAR]

├─ colesico.framework.dao.Composition.class - [JAR]

├─ colesico.framework.dao.DTO.class - [JAR]

├─ colesico.framework.dao.DTOConverter.class - [JAR]

├─ colesico.framework.dao.DTOHelper.class - [JAR]

├─ colesico.framework.dao.DTOHelperFactory.class - [JAR]

colesico.framework.dao.codegen.generator

├─ colesico.framework.dao.codegen.generator.DTOHelperGenerator.class - [JAR]

Advertisement