jar

com.pugwoo : nimble-orm

Maven & Gradle

Aug 23, 2023
1 usages
42 stars

nimble-orm · nimble-orm an ORM based on Spring jdbcTemplate.

Table Of Contents

Latest Version

Download com.pugwoo : nimble-orm JAR file - Latest Versions:

All Versions

Download com.pugwoo : nimble-orm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
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 nimble-orm-1.5.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.pugwoo.dbhelper.cache

├─ com.pugwoo.dbhelper.cache.ClassInfoCache.class - [JAR]

com.pugwoo.dbhelper.model

├─ com.pugwoo.dbhelper.model.PageData.class - [JAR]

com.pugwoo.dbhelper.impl.part

├─ com.pugwoo.dbhelper.impl.part.P0_JdbcTemplateOp.class - [JAR]

├─ com.pugwoo.dbhelper.impl.part.P1_QueryOp.class - [JAR]

├─ com.pugwoo.dbhelper.impl.part.P2_InsertOp.class - [JAR]

├─ com.pugwoo.dbhelper.impl.part.P3_UpdateOp.class - [JAR]

├─ com.pugwoo.dbhelper.impl.part.P4_InsertOrUpdateOp.class - [JAR]

├─ com.pugwoo.dbhelper.impl.part.P5_DeleteOp.class - [JAR]

├─ com.pugwoo.dbhelper.impl.part.P6_ExecuteOp.class - [JAR]

com.pugwoo.dbhelper.impl

├─ com.pugwoo.dbhelper.impl.DBHelperContext.class - [JAR]

├─ com.pugwoo.dbhelper.impl.SpringJdbcDBHelper.class - [JAR]

com.pugwoo.dbhelper.sql

├─ com.pugwoo.dbhelper.sql.FixedAndExpression.class - [JAR]

├─ com.pugwoo.dbhelper.sql.InsertSQLForBatchDTO.class - [JAR]

├─ com.pugwoo.dbhelper.sql.SQLAssert.class - [JAR]

├─ com.pugwoo.dbhelper.sql.SQLDialect.class - [JAR]

├─ com.pugwoo.dbhelper.sql.SQLUtils.class - [JAR]

├─ com.pugwoo.dbhelper.sql.WhereSQL.class - [JAR]

├─ com.pugwoo.dbhelper.sql.WhereSQLForNamedParam.class - [JAR]

com.pugwoo.dbhelper.json

├─ com.pugwoo.dbhelper.json.MultiDateDeserializer.class - [JAR]

├─ com.pugwoo.dbhelper.json.MultiLocalDateDeserializer.class - [JAR]

├─ com.pugwoo.dbhelper.json.MultiLocalDateTimeDeserializer.class - [JAR]

├─ com.pugwoo.dbhelper.json.MultiLocalTimeDeserializer.class - [JAR]

├─ com.pugwoo.dbhelper.json.MyObjectMapper.class - [JAR]

├─ com.pugwoo.dbhelper.json.NimbleOrmDateUtils.class - [JAR]

├─ com.pugwoo.dbhelper.json.NimbleOrmJSON.class - [JAR]

├─ com.pugwoo.dbhelper.json.NullKeySerializer.class - [JAR]

com.pugwoo.dbhelper.exception

├─ com.pugwoo.dbhelper.exception.BadSQLSyntaxException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.CasVersionNotMatchException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.InvalidParameterException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.MustProvideConstructorException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.NoColumnAnnotationException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.NoJoinTableMemberException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.NoKeyColumnAnnotationException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.NoTableAnnotationException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.NotAllowModifyException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.NotAllowQueryException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.NotOnlyOneKeyColumnException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.NullKeyValueException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.OnConditionIsNeedException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.ParameterSizeNotMatchedException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.RelatedColumnFieldNotFoundException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.RowMapperFailException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.ScriptErrorException.class - [JAR]

├─ com.pugwoo.dbhelper.exception.SpringBeanNotMatchException.class - [JAR]

com.pugwoo.dbhelper.enums

├─ com.pugwoo.dbhelper.enums.DatabaseEnum.class - [JAR]

├─ com.pugwoo.dbhelper.enums.FeatureEnum.class - [JAR]

├─ com.pugwoo.dbhelper.enums.JoinTypeEnum.class - [JAR]

├─ com.pugwoo.dbhelper.enums.ValueConditionEnum.class - [JAR]

com.pugwoo.dbhelper

├─ com.pugwoo.dbhelper.DBHelper.class - [JAR]

├─ com.pugwoo.dbhelper.DBHelperInterceptor.class - [JAR]

├─ com.pugwoo.dbhelper.IDBHelperDataService.class - [JAR]

├─ com.pugwoo.dbhelper.IDBHelperSlowSqlCallback.class - [JAR]

com.pugwoo.dbhelper.annotation

├─ com.pugwoo.dbhelper.annotation.Column.class - [JAR]

├─ com.pugwoo.dbhelper.annotation.JoinLeftTable.class - [JAR]

├─ com.pugwoo.dbhelper.annotation.JoinRightTable.class - [JAR]

├─ com.pugwoo.dbhelper.annotation.JoinTable.class - [JAR]

├─ com.pugwoo.dbhelper.annotation.RelatedColumn.class - [JAR]

├─ com.pugwoo.dbhelper.annotation.Table.class - [JAR]

com.pugwoo.dbhelper.utils

├─ com.pugwoo.dbhelper.utils.AnnotationSupportRowMapper.class - [JAR]

├─ com.pugwoo.dbhelper.utils.DOInfoReader.class - [JAR]

├─ com.pugwoo.dbhelper.utils.Generated.class - [JAR]

├─ com.pugwoo.dbhelper.utils.InnerCommonUtils.class - [JAR]

├─ com.pugwoo.dbhelper.utils.NamedParameterUtils.class - [JAR]

├─ com.pugwoo.dbhelper.utils.PreHandleObject.class - [JAR]

├─ com.pugwoo.dbhelper.utils.ScriptUtils.class - [JAR]

├─ com.pugwoo.dbhelper.utils.TypeAutoCast.class - [JAR]

Advertisement

Dependencies from Group

Aug 20, 2023
2 usages
11 stars
Aug 23, 2023
1 usages
42 stars
Jul 27, 2018
1 stars

Discover Dependencies

Jul 27, 2023
13 stars
Jan 09, 2017
538 stars
Aug 31, 2016
2 usages
21 stars
Aug 31, 2016
21 stars
Mar 21, 2021
1 usages
41 stars
Mar 21, 2021
5 usages