jar

com.xb-custom : custom-db-action

Maven & Gradle

Apr 06, 2023
0 stars

custom-db-action · custom-orm for Spring Boot

Table Of Contents

Latest Version

Download com.xb-custom : custom-db-action JAR file - Latest Versions:

All Versions

Download com.xb-custom : custom-db-action 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 custom-db-action-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.custom.action.service

├─ com.custom.action.service.DbServiceHelper.class - [JAR]

├─ com.custom.action.service.DbServiceImplHelper.class - [JAR]

com.custom.action.interfaces

├─ com.custom.action.interfaces.ColumnParseHandler.class - [JAR]

├─ com.custom.action.interfaces.ExecuteHandler.class - [JAR]

├─ com.custom.action.interfaces.FullSqlConditionExecutor.class - [JAR]

├─ com.custom.action.interfaces.SqlBuilder.class - [JAR]

├─ com.custom.action.interfaces.TableExecutor.class - [JAR]

com.custom.action.core.chain

├─ com.custom.action.core.chain.ChainWrapper.class - [JAR]

com.custom.action.activerecord

├─ com.custom.action.activerecord.ActiveModel.class - [JAR]

com.custom.action.autofill

├─ com.custom.action.autofill.CustomFillHandler.class - [JAR]

├─ com.custom.action.autofill.CustomFillHelper.class - [JAR]

├─ com.custom.action.autofill.CustomTableFill.class - [JAR]

├─ com.custom.action.autofill.FillObject.class - [JAR]

com.custom.action.util

├─ com.custom.action.util.CustomCharUtil.class - [JAR]

├─ com.custom.action.util.DbUtil.class - [JAR]

com.custom.action.core.methods.others

├─ com.custom.action.core.methods.others.CreateChain.class - [JAR]

├─ com.custom.action.core.methods.others.CreateTables.class - [JAR]

├─ com.custom.action.core.methods.others.DropTables.class - [JAR]

├─ com.custom.action.core.methods.others.ExecTrans.class - [JAR]

├─ com.custom.action.core.methods.others.ExecuteSql.class - [JAR]

├─ com.custom.action.core.methods.others.Save.class - [JAR]

com.custom.action.core.structs

├─ com.custom.action.core.structs.ColumnCreateInfo.class - [JAR]

├─ com.custom.action.core.structs.TableCreateInfo.class - [JAR]

├─ com.custom.action.core.structs.TableStructsInitializer.class - [JAR]

com.custom.action.dbaction

├─ com.custom.action.dbaction.AbstractSqlBuilder.class - [JAR]

├─ com.custom.action.dbaction.AbstractTableModel.class - [JAR]

com.custom.action.core.methods.select

├─ com.custom.action.core.methods.select.SelectArrays.class - [JAR]

├─ com.custom.action.core.methods.select.SelectBatchKeys.class - [JAR]

├─ com.custom.action.core.methods.select.SelectByKey.class - [JAR]

├─ com.custom.action.core.methods.select.SelectCountByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectList.class - [JAR]

├─ com.custom.action.core.methods.select.SelectListByEntity.class - [JAR]

├─ com.custom.action.core.methods.select.SelectListBySql.class - [JAR]

├─ com.custom.action.core.methods.select.SelectListBySync.class - [JAR]

├─ com.custom.action.core.methods.select.SelectListByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectListMapByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectMap.class - [JAR]

├─ com.custom.action.core.methods.select.SelectMapByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectObjBySql.class - [JAR]

├─ com.custom.action.core.methods.select.SelectObjByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectObjsByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectOne.class - [JAR]

├─ com.custom.action.core.methods.select.SelectOneByEntity.class - [JAR]

├─ com.custom.action.core.methods.select.SelectOneBySql.class - [JAR]

├─ com.custom.action.core.methods.select.SelectOneBySync.class - [JAR]

├─ com.custom.action.core.methods.select.SelectOneByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectOneMapByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectPage.class - [JAR]

├─ com.custom.action.core.methods.select.SelectPageByEntity.class - [JAR]

├─ com.custom.action.core.methods.select.SelectPageBySync.class - [JAR]

├─ com.custom.action.core.methods.select.SelectPageByWrapper.class - [JAR]

├─ com.custom.action.core.methods.select.SelectPageMapByWrapper.class - [JAR]

com.custom.action.condition.support

├─ com.custom.action.condition.support.TableSupport.class - [JAR]

com.custom.action.condition

├─ com.custom.action.condition.AbstractSqlFunc.class - [JAR]

├─ com.custom.action.condition.AbstractUpdateSet.class - [JAR]

├─ com.custom.action.condition.AbstractUpdateSetSqlSetter.class - [JAR]

├─ com.custom.action.condition.AllEqualConditionHandler.class - [JAR]

├─ com.custom.action.condition.ColumnFieldCache.class - [JAR]

├─ com.custom.action.condition.ConditionAdapter.class - [JAR]

├─ com.custom.action.condition.ConditionAssembly.class - [JAR]

├─ com.custom.action.condition.ConditionSplicer.class - [JAR]

├─ com.custom.action.condition.ConditionWrapper.class - [JAR]

├─ com.custom.action.condition.Conditions.class - [JAR]

├─ com.custom.action.condition.DefaultColumnParseHandler.class - [JAR]

├─ com.custom.action.condition.DefaultConditionWrapper.class - [JAR]

├─ com.custom.action.condition.DefaultUpdateSet.class - [JAR]

├─ com.custom.action.condition.DefaultUpdateSetSqlSetter.class - [JAR]

├─ com.custom.action.condition.EmptyConditionWrapper.class - [JAR]

├─ com.custom.action.condition.ExistsWrapper.class - [JAR]

├─ com.custom.action.condition.LambdaConditionWrapper.class - [JAR]

├─ com.custom.action.condition.LambdaExistsWrapper.class - [JAR]

├─ com.custom.action.condition.LambdaUpdateSet.class - [JAR]

├─ com.custom.action.condition.LambdaUpdateSetSqlSetter.class - [JAR]

├─ com.custom.action.condition.OrderByFunc.class - [JAR]

├─ com.custom.action.condition.QueryFunction.class - [JAR]

├─ com.custom.action.condition.SelectFunc.class - [JAR]

├─ com.custom.action.condition.UpdateSet.class - [JAR]

├─ com.custom.action.condition.UpdateSetWrapper.class - [JAR]

├─ com.custom.action.condition.UpdateSqlSet.class - [JAR]

├─ com.custom.action.condition.Wrapper.class - [JAR]

com.custom.action.core.methods

├─ com.custom.action.core.methods.AbstractMethod.class - [JAR]

├─ com.custom.action.core.methods.MethodKind.class - [JAR]

com.custom.action.core.methods.delete

├─ com.custom.action.core.methods.delete.DeleteBatchKeys.class - [JAR]

├─ com.custom.action.core.methods.delete.DeleteByCondition.class - [JAR]

├─ com.custom.action.core.methods.delete.DeleteByKey.class - [JAR]

├─ com.custom.action.core.methods.delete.DeleteSelective.class - [JAR]

com.custom.action.core.syncquery

├─ com.custom.action.core.syncquery.SyncFunction.class - [JAR]

├─ com.custom.action.core.syncquery.SyncProperty.class - [JAR]

├─ com.custom.action.core.syncquery.SyncQueryWrapper.class - [JAR]

com.custom.action.core.methods.update

├─ com.custom.action.core.methods.update.UpdateByCondition.class - [JAR]

├─ com.custom.action.core.methods.update.UpdateByKey.class - [JAR]

├─ com.custom.action.core.methods.update.UpdateSelectiveBySqlSet.class - [JAR]

├─ com.custom.action.core.methods.update.UpdateSelectiveByWrapper.class - [JAR]

com.custom.action.core

├─ com.custom.action.core.ColumnPropertyMap.class - [JAR]

├─ com.custom.action.core.CustomMappedHandler.class - [JAR]

├─ com.custom.action.core.DbFieldParserModel.class - [JAR]

├─ com.custom.action.core.DbJoinTableParserModel.class - [JAR]

├─ com.custom.action.core.DbKeyParserModel.class - [JAR]

├─ com.custom.action.core.DbRelationParserModel.class - [JAR]

├─ com.custom.action.core.DefaultTableExecutor.class - [JAR]

├─ com.custom.action.core.DoTargetExecutor.class - [JAR]

├─ com.custom.action.core.EmptySqlBuilder.class - [JAR]

├─ com.custom.action.core.HandleDeleteSqlBuilder.class - [JAR]

├─ com.custom.action.core.HandleInsertSqlBuilder.class - [JAR]

├─ com.custom.action.core.HandleSelectSqlBuilder.class - [JAR]

├─ com.custom.action.core.HandleUpdateSqlBuilder.class - [JAR]

├─ com.custom.action.core.JdbcAction.class - [JAR]

├─ com.custom.action.core.JdbcDao.class - [JAR]

├─ com.custom.action.core.JdbcDaoProxy.class - [JAR]

├─ com.custom.action.core.JdbcOpDao.class - [JAR]

├─ com.custom.action.core.SqlBuilderCollection.class - [JAR]

├─ com.custom.action.core.SqlExecutor.class - [JAR]

├─ com.custom.action.core.TableInfoCache.class - [JAR]

├─ com.custom.action.core.TableParseModel.class - [JAR]

├─ com.custom.action.core.TableSimpleSupport.class - [JAR]

com.custom.action.core.methods.insert

├─ com.custom.action.core.methods.insert.InsertBatch.class - [JAR]

├─ com.custom.action.core.methods.insert.InsertOne.class - [JAR]