jar

org.hswebframework : hsweb-easy-orm-rdb

Maven & Gradle

Aug 04, 2023
13 usages
254 stars

easyorm关系型数据库实现,支持h2,Oracle,Mysql,PostgreSQL

Table Of Contents

Latest Version

Download org.hswebframework : hsweb-easy-orm-rdb JAR file - Latest Versions:

All Versions

Download org.hswebframework : hsweb-easy-orm-rdb JAR file - All Versions:

Version Vulnerabilities Size Updated
4.1.x
4.0.x
3.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 hsweb-easy-orm-rdb-4.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hswebframework.ezorm.rdb.mapping.annotation

├─ org.hswebframework.ezorm.rdb.mapping.annotation.Codec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.annotation.ColumnType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.annotation.Comment.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.annotation.DateTimeCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.annotation.DefaultValue.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.annotation.EnumCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.annotation.JsonCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.annotation.Upsert.class - [JAR]

org.hswebframework.ezorm.rdb.operator.dml.delete

├─ org.hswebframework.ezorm.rdb.operator.dml.delete.BuildParameterDeleteOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.delete.DefaultDeleteResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.delete.DeleteOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.delete.DeleteOperatorParameter.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.delete.DeleteResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.delete.ExecutableDeleteOperator.class - [JAR]

org.hswebframework.ezorm.rdb.mapping

├─ org.hswebframework.ezorm.rdb.mapping.DSLDelete.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.DSLQuery.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.DSLUpdate.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.DefaultEntityColumnMapping.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.EntityColumnMapping.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.EntityManager.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.EntityPropertyDescriptor.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.LazyEntityColumnMapping.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.MappingFeatureType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.ReactiveDelete.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.ReactiveQuery.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.ReactiveRepository.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.ReactiveUpdate.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.SyncDelete.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.SyncQuery.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.SyncRepository.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.SyncUpdate.class - [JAR]

org.hswebframework.ezorm.rdb.operator.dml.query

├─ org.hswebframework.ezorm.rdb.operator.dml.query.BuildParameterQueryOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.DefaultQueryResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.ExecutableQueryOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.JoinOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.Joins.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.NativeSelectColumn.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.OrderOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.Orders.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.QueryOperatorParameter.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.QueryResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.SelectColumn.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.SelectColumnOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.Selects.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.SortOrder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.TermOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.ValueConverterResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.query.Wheres.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder.fragments.insert

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.insert.BatchInsertSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.insert.InsertSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.insert.MultiInsertSqlBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder.fragments.update

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.update.DefaultUpdateSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.update.UpdateSqlBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.executor.wrapper

├─ org.hswebframework.ezorm.rdb.executor.wrapper.AbstractMapResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.ColumnWrapperContext.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.ConsumerResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.ConvertResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.ListResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.LowerCaseColumnResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.MapResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.ResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.ResultWrapperContext.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.ResultWrappers.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.SingleColumnResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.wrapper.SingleResultWrapper.class - [JAR]

org.hswebframework.ezorm.rdb.executor.reactive.r2dbc

├─ org.hswebframework.ezorm.rdb.executor.reactive.r2dbc.R2dbcReactiveSqlExecutor.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.reactive.r2dbc.R2dbcSqlRequest.class - [JAR]

org.hswebframework.ezorm.rdb.mapping.parser

├─ org.hswebframework.ezorm.rdb.mapping.parser.DataTypeResolver.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.parser.DefaultDataTypeResolver.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.parser.DefaultValueCodecResolver.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.parser.EntityTableMetadataParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.parser.ValueCodecResolver.class - [JAR]

org.hswebframework.ezorm.rdb.metadata.dialect

├─ org.hswebframework.ezorm.rdb.metadata.dialect.DataTypeBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.dialect.DefaultDialect.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.dialect.Dialect.class - [JAR]

org.hswebframework.ezorm.rdb.mapping.defaults

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultDelete.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultQuery.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultReactiveDelete.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultReactiveQuery.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultReactiveRepository.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultReactiveUpdate.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultRepository.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultSyncDelete.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultSyncQuery.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultSyncRepository.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultSyncUpdate.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.DefaultUpdate.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.SaveResult.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.SimpleColumnMapping.class - [JAR]

org.hswebframework.ezorm.rdb.supports.mssql

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServer2012Paginator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServer2012TableMetadataParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServerAlterTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServerCommentUtils.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServerCreateTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServerDialect.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServerEnumInFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServerPaginator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mssql.SqlServerSchemaMetadata.class - [JAR]

org.hswebframework.ezorm.rdb.operator.dml.update

├─ org.hswebframework.ezorm.rdb.operator.dml.update.BuildParameterUpdateOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.update.DefaultUpdateResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.update.ExecutableUpdateOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.update.NativeSqlUpdateColumn.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.update.UpdateColumn.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.update.UpdateOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.update.UpdateOperatorParameter.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.update.UpdateResultOperator.class - [JAR]

org.hswebframework.ezorm.rdb.operator.dml.insert

├─ org.hswebframework.ezorm.rdb.operator.dml.insert.BuildParameterInsertOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.insert.DefaultInsertResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.insert.ExecutableInsertOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.insert.InsertColumn.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.insert.InsertOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.insert.InsertOperatorParameter.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.insert.InsertResultOperator.class - [JAR]

org.hswebframework.ezorm.rdb.operator.ddl

├─ org.hswebframework.ezorm.rdb.operator.ddl.ColumnBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ddl.DefaultColumnBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ddl.DefaultTableBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ddl.ForeignKeyDSLBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ddl.IndexBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ddl.LazyTableBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ddl.TableBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ddl.TableDDLResultOperator.class - [JAR]

org.hswebframework.ezorm.rdb.utils

├─ org.hswebframework.ezorm.rdb.utils.AnnotationUtils.class - [JAR]

├─ org.hswebframework.ezorm.rdb.utils.DataTypeUtils.class - [JAR]

├─ org.hswebframework.ezorm.rdb.utils.ExceptionUtils.class - [JAR]

├─ org.hswebframework.ezorm.rdb.utils.FeatureUtils.class - [JAR]

├─ org.hswebframework.ezorm.rdb.utils.PropertiesUtils.class - [JAR]

├─ org.hswebframework.ezorm.rdb.utils.SqlUtils.class - [JAR]

org.hswebframework.ezorm.rdb.metadata.parser

├─ org.hswebframework.ezorm.rdb.metadata.parser.IndexMetadataParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.parser.TableMetadataParser.class - [JAR]

org.hswebframework.ezorm.rdb.mapping.defaults.record

├─ org.hswebframework.ezorm.rdb.mapping.defaults.record.DefaultRecord.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.record.Record.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.record.RecordReactiveRepository.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.record.RecordResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.defaults.record.RecordSyncRepository.class - [JAR]

org.hswebframework.ezorm.rdb.mapping.events

├─ org.hswebframework.ezorm.rdb.mapping.events.DefaultReactiveResultHolder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.events.EventResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.events.EventSupportWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.events.MappingContextKeys.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.events.MappingEventTypes.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.events.ReactiveResultHolder.class - [JAR]

org.hswebframework.ezorm.rdb.mapping.wrapper

├─ org.hswebframework.ezorm.rdb.mapping.wrapper.EntityResultWrapper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.wrapper.NestedEntityResultWrapper.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder.fragments

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.AbstractTermsFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.BlockSqlFragments.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.EmptySqlFragments.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.NativeSql.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.PrepareSqlFragments.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.SimpleTermsFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.SqlFragments.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.TermFragmentBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder.fragments.delete

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.delete.DefaultDeleteSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.delete.DeleteSqlBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.exception

├─ org.hswebframework.ezorm.rdb.exception.DuplicateKeyException.class - [JAR]

org.hswebframework.ezorm.rdb.operator.dml

├─ org.hswebframework.ezorm.rdb.operator.dml.FunctionColumn.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.FunctionColumnOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.FunctionTerm.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.Functions.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.Join.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.JoinType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.Operator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.QueryOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.SelectColumnSupplier.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.SortOrderSupplier.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.SqlColumnOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.TermSupplier.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.Terms.class - [JAR]

org.hswebframework.ezorm.rdb.executor.reactive

├─ org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSyncSqlExecutor.class - [JAR]

org.hswebframework.ezorm.rdb.supports.commons

├─ org.hswebframework.ezorm.rdb.supports.commons.RDBTableMetadataParser.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder

├─ org.hswebframework.ezorm.rdb.operator.builder.DefaultQuerySqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.FragmentBlock.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.Paginator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.SqlBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.supports.oracle

├─ org.hswebframework.ezorm.rdb.supports.oracle.OracleAlterTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.oracle.OracleBatchUpsertOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.oracle.OracleDialect.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.oracle.OracleEnumInFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.oracle.OracleIndexMetadataParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.oracle.OracleInsertSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.oracle.OraclePaginator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.oracle.OracleSchemaMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.oracle.OracleTableMetadataParser.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder.fragments.term

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.AbstractTermFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.BetweenAndTermFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.DefaultForeignKeyTermFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.EmptyTermFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.EnumFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.EnumInFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.ForeignKeyTermFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.InTermFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.LikeTermFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.NullTermFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.term.SymbolTermFragmentBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.operator.event

├─ org.hswebframework.ezorm.rdb.operator.event.OperatorListener.class - [JAR]

org.hswebframework.ezorm.rdb.events

├─ org.hswebframework.ezorm.rdb.events.ContextKey.class - [JAR]

├─ org.hswebframework.ezorm.rdb.events.ContextKeyValue.class - [JAR]

├─ org.hswebframework.ezorm.rdb.events.ContextKeys.class - [JAR]

├─ org.hswebframework.ezorm.rdb.events.DefaultEventContext.class - [JAR]

├─ org.hswebframework.ezorm.rdb.events.EventContext.class - [JAR]

├─ org.hswebframework.ezorm.rdb.events.EventListener.class - [JAR]

├─ org.hswebframework.ezorm.rdb.events.EventType.class - [JAR]

org.hswebframework.ezorm.rdb.operator.dml.upsert

├─ org.hswebframework.ezorm.rdb.operator.dml.upsert.DefaultSaveOrUpdateOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.upsert.DefaultUpsertOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.upsert.SaveOrUpdateOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.upsert.SaveResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.upsert.UpsertColumn.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.upsert.UpsertOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.dml.upsert.UpsertOperatorParameter.class - [JAR]

org.hswebframework.ezorm.rdb.executor.jdbc

├─ org.hswebframework.ezorm.rdb.executor.jdbc.JdbcReactiveSqlExecutor.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.jdbc.JdbcSqlExecutor.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.jdbc.JdbcSqlExecutorHelper.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.jdbc.JdbcSyncSqlExecutor.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.AlterRequest.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.AlterTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.CommonAlterTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.CommonCreateIndexSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.CommonCreateTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.CommonDropIndexSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.CreateIndexParameter.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.CreateIndexSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.CreateTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.DropIndexParameter.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.ddl.DropIndexSqlBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.metadata

├─ org.hswebframework.ezorm.rdb.metadata.AbstractTableOrViewMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.ConstraintMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.ConstraintType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.CustomDataType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.DataType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.DataTypeBuilderSupport.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.DefaultValueCodecFactory.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.FixedDefaultValueGenerator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.JdbcDataType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.LazyDefaultValueGenerator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.NativeSqlDefaultValue.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBColumnMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBDatabaseMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBFeatureType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBFeatures.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBIndexMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBObjectType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBSchemaMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBTableMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.RDBViewMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.TableOrViewMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.ValueCodecFactory.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder.fragments.function

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.function.FunctionFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.function.FunctionParameter.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.function.SimpleFunctionFragmentBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.codec

├─ org.hswebframework.ezorm.rdb.codec.BlobValueCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.codec.BooleanValueCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.codec.ClobValueCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.codec.CompositeValueCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.codec.DateTimeCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.codec.EnumValueCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.codec.JdbcResultDecoder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.codec.JsonValueCodec.class - [JAR]

├─ org.hswebframework.ezorm.rdb.codec.NumberValueCodec.class - [JAR]

org.hswebframework.ezorm.rdb.mapping.jpa

├─ org.hswebframework.ezorm.rdb.mapping.jpa.JpaEntityTableMetadataParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.jpa.JpaEntityTableMetadataParserProcessor.class - [JAR]

├─ org.hswebframework.ezorm.rdb.mapping.jpa.SimpleEntityPropertyDescriptor.class - [JAR]

org.hswebframework.ezorm.rdb.executor

├─ org.hswebframework.ezorm.rdb.executor.BatchSqlRequest.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.DefaultBatchSqlRequest.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.DefaultColumnWrapperContext.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.EmptySqlRequest.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.NullValue.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.PrepareSqlRequest.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.SqlRequest.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.SqlRequests.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.SqlTemplateParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.executor.SyncSqlExecutor.class - [JAR]

org.hswebframework.ezorm.rdb.operator.builder.fragments.query

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.query.JoinFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.query.QuerySqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.query.QuerySqlFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.query.QueryTermsFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.query.SelectColumnFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.builder.fragments.query.SortOrderFragmentBuilder.class - [JAR]

org.hswebframework.ezorm.rdb.supports.h2

├─ org.hswebframework.ezorm.rdb.supports.h2.H2AlterTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2CreateTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2Dialect.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2EnumInFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2IndexMetadataParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2JDBCExceptionTranslation.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2Paginator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2R2DBCExceptionTranslation.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2SchemaMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.h2.H2TableMetadataParser.class - [JAR]

org.hswebframework.ezorm.rdb.supports.mysql

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlAlterTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlBatchUpsertOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlCreateTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlDialect.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlEnumInFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlIndexMetadataParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlJDBCExceptionTranslation.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlPaginator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlR2DBCExceptionTranslation.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlSaveOrUpdateOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlSchemaMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.mysql.MysqlTableMetadataParser.class - [JAR]

org.hswebframework.ezorm.rdb.metadata.key

├─ org.hswebframework.ezorm.rdb.metadata.key.AssociationType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.key.ForeignKeyBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.key.ForeignKeyColumn.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.key.ForeignKeyMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.metadata.key.LazyForeignKeyMetadata.class - [JAR]

org.hswebframework.ezorm.rdb.operator

├─ org.hswebframework.ezorm.rdb.operator.CompositeExceptionTranslation.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.DDLOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.DMLOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.DatabaseOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.DefaultDatabaseOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ExceptionTranslation.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.ResultOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.operator.SQLOperator.class - [JAR]

org.hswebframework.ezorm.rdb.supports.postgres

├─ org.hswebframework.ezorm.rdb.supports.postgres.JsonType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.JsonbType.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlAlterTableSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlBatchUpsertOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlDialect.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlDropIndexSqlBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlEnumInFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlIndexMetadataParser.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlJdbcExceptionTranslation.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlNotFragmentBuilder.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlPaginator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlR2DBCExceptionTranslation.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlSaveOrUpdateOperator.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlSchemaMetadata.class - [JAR]

├─ org.hswebframework.ezorm.rdb.supports.postgres.PostgresqlTableMetadataParser.class - [JAR]

Advertisement

Dependencies from Group

May 18, 2021
15 usages
58 stars
Aug 04, 2023
13 usages
254 stars
Sep 18, 2018
12 usages
166 stars
Aug 04, 2023
5 usages
254 stars
Sep 18, 2018
2 usages
166 stars

Discover Dependencies

May 23, 2023
12 usages
107 stars
Mar 10, 2018
14 usages
14 stars
Sep 18, 2021
16 usages
104 stars
Jul 13, 2023
406 usages
55.1k stars
Aug 15, 2023
29 usages
1k stars
Feb 07, 2023
12 usages
211 stars
Jun 13, 2023
25 usages
Jan 12, 2018
13 usages
2.3k stars
Aug 13, 2019
18 usages
0 stars
Jul 14, 2022
12 usages