jar

com.kotoframework : koto-core

Maven & Gradle

Dec 21, 2022
5 stars

com.kotoframework:koto-core · An easy-to-use, flexible, lightweight data persistence layer ORM framework designed for kotlin.

Table Of Contents

Latest Version

Download com.kotoframework : koto-core JAR file - Latest Versions:

All Versions

Download com.kotoframework : koto-core JAR file - All Versions:

Version Vulnerabilities Size Updated
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 koto-core-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kotoframework.core.annotations

├─ com.kotoframework.core.annotations.Column.class - [JAR]

├─ com.kotoframework.core.annotations.DateTimeFormat.class - [JAR]

├─ com.kotoframework.core.annotations.Default.class - [JAR]

├─ com.kotoframework.core.annotations.NeedTableIndexes.class - [JAR]

├─ com.kotoframework.core.annotations.SoftDelete.class - [JAR]

├─ com.kotoframework.core.annotations.Table.class - [JAR]

com.kotoframework.beans

├─ com.kotoframework.beans.InvalidSqlException.class - [JAR]

├─ com.kotoframework.beans.KotoExecuteResult.class - [JAR]

├─ com.kotoframework.beans.KotoOperationSet.class - [JAR]

├─ com.kotoframework.beans.KotoResultSet.class - [JAR]

├─ com.kotoframework.beans.LogLine.class - [JAR]

├─ com.kotoframework.beans.TableColumn.class - [JAR]

├─ com.kotoframework.beans.TableMeta.class - [JAR]

├─ com.kotoframework.beans.TableObject.class - [JAR]

├─ com.kotoframework.beans.TableSoftDelete.class - [JAR]

├─ com.kotoframework.beans.Unknown.class - [JAR]

├─ com.kotoframework.beans.UnsupportedDatabaseTypeException.class - [JAR]

com.kotoframework.definition

├─ com.kotoframework.definition.ConditionKt.class - [JAR]

├─ com.kotoframework.definition.FieldKt.class - [JAR]

├─ com.kotoframework.definition.KotoField.class - [JAR]

├─ com.kotoframework.definition.KotoFieldKt.class - [JAR]

com.kotoframework.core.future

├─ com.kotoframework.core.future.DefinitionKt.class - [JAR]

├─ com.kotoframework.core.future.TableKt.class - [JAR]

com.kotoframework.function.statistic

├─ com.kotoframework.function.statistic.Statistic.class - [JAR]

com.kotoframework.utils

├─ com.kotoframework.utils.Common.class - [JAR]

├─ com.kotoframework.utils.Extension.class - [JAR]

├─ com.kotoframework.utils.Jdbc.class - [JAR]

├─ com.kotoframework.utils.Log.class - [JAR]

├─ com.kotoframework.utils.Printer.class - [JAR]

├─ com.kotoframework.utils.SqlGenerator.class - [JAR]

com.kotoframework.function.select

├─ com.kotoframework.function.select.SelectAction.class - [JAR]

├─ com.kotoframework.function.select.SelectKt.class - [JAR]

├─ com.kotoframework.function.select.SelectWhere.class - [JAR]

com.kotoframework.core.condition

├─ com.kotoframework.core.condition.Condition.class - [JAR]

├─ com.kotoframework.core.condition.Criteria.class - [JAR]

├─ com.kotoframework.core.condition.LikeCriteria.class - [JAR]

├─ com.kotoframework.core.condition.ParamKt.class - [JAR]

com.kotoframework.interfaces

├─ com.kotoframework.interfaces.KPojo.class - [JAR]

├─ com.kotoframework.interfaces.KotoDataSet.class - [JAR]

├─ com.kotoframework.interfaces.KotoJdbcWrapper.class - [JAR]

├─ com.kotoframework.interfaces.KotoQueryHandler.class - [JAR]

com.kotoframework.function.create

├─ com.kotoframework.function.create.BatchKt.class - [JAR]

├─ com.kotoframework.function.create.CreateKt.class - [JAR]

├─ com.kotoframework.function.create.CreateWhere.class - [JAR]

com.kotoframework

├─ com.kotoframework.ConditionType.class - [JAR]

├─ com.kotoframework.DBType.class - [JAR]

├─ com.kotoframework.EnumsKt.class - [JAR]

├─ com.kotoframework.KotoApp.class - [JAR]

├─ com.kotoframework.LikePosition.class - [JAR]

├─ com.kotoframework.NoValueStrategy.class - [JAR]

├─ com.kotoframework.SortType.class - [JAR]

com.kotoframework.core.where

├─ com.kotoframework.core.where.BaseWhere.class - [JAR]

├─ com.kotoframework.core.where.OperateWhere.class - [JAR]

├─ com.kotoframework.core.where.Where.class - [JAR]

com.kotoframework.function.remove

├─ com.kotoframework.function.remove.RemoveAction.class - [JAR]

├─ com.kotoframework.function.remove.RemoveKt.class - [JAR]

├─ com.kotoframework.function.remove.RemoveWhere.class - [JAR]

com.kotoframework.function.optionList

├─ com.kotoframework.function.optionList.OptionListKt.class - [JAR]

com.kotoframework.function.associate

├─ com.kotoframework.function.associate.AssociateAction.class - [JAR]

├─ com.kotoframework.function.associate.AssociateKt.class - [JAR]

├─ com.kotoframework.function.associate.AssociateWhere.class - [JAR]

com.kotoframework.function.update

├─ com.kotoframework.function.update.UpdateAction.class - [JAR]

├─ com.kotoframework.function.update.UpdateKt.class - [JAR]

├─ com.kotoframework.function.update.UpdateSetClause.class - [JAR]

├─ com.kotoframework.function.update.UpdateWhere.class - [JAR]

Advertisement