All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download rabbit-sql JAR 8.1.2 with all dependencies


Light wrapper of JDBC, support ddl, dml, query, plsql/procedure/function, transaction and manage sql file.

Files of the artifact rabbit-sql version 8.1.2 from the group com.github.chengyuxing.

Artifact rabbit-sql
Group com.github.chengyuxing
Version 8.1.2
Last update 13. November 2024
Tags: mapping framework file manager persistence dynamic interface support layer lightweight
Organization not specified
URL https://github.com/chengyuxing/rabbit-sql
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies rabbit-common, snakeyaml, slf4j-api,
There are maybe transitive dependencies!
There is a newer version: 9.0.2
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of rabbit-sql Show documentation

Please rate this JAR file. Is it a good library?

rabbit-sql
Rate from 1 - 5, Rated 5.00 based on 1 reviews

0 downloads

Source code of rabbit-sql version 8.1.2

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.chengyuxing.rabbit-sql
META-INF.maven.com.github.chengyuxing.rabbit-sql.META-INF.maven.com.github.chengyuxing.rabbit-sql.pom.properties
META-INF.maven.com.github.chengyuxing.rabbit-sql.META-INF.maven.com.github.chengyuxing.rabbit-sql.pom.xml
com.github.chengyuxing.sql
com.github.chengyuxing.sql.com.github.chengyuxing.sql.Args
com.github.chengyuxing.sql.com.github.chengyuxing.sql.Baki
com.github.chengyuxing.sql.com.github.chengyuxing.sql.BakiDao
com.github.chengyuxing.sql.com.github.chengyuxing.sql.EntityManager
com.github.chengyuxing.sql.com.github.chengyuxing.sql.Keywords
com.github.chengyuxing.sql.com.github.chengyuxing.sql.PagedResource
com.github.chengyuxing.sql.com.github.chengyuxing.sql.XQLFileManager
com.github.chengyuxing.sql.com.github.chengyuxing.sql.XQLFileManagerConfig
com.github.chengyuxing.sql.com.github.chengyuxing.sql.XQLInvocationHandler
com.github.chengyuxing.sql.annotation
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Arg
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.CountQuery
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Function
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.PageableConfig
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.Procedure
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.SqlStatementType
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.XQL
com.github.chengyuxing.sql.annotation.com.github.chengyuxing.sql.annotation.XQLMapper
com.github.chengyuxing.sql.datasource
com.github.chengyuxing.sql.datasource.com.github.chengyuxing.sql.datasource.AbstractTransactionSyncManager
com.github.chengyuxing.sql.datasource.com.github.chengyuxing.sql.datasource.ConnectionHolder
com.github.chengyuxing.sql.datasource.com.github.chengyuxing.sql.datasource.DataSourceUtil
com.github.chengyuxing.sql.dsl
com.github.chengyuxing.sql.dsl.com.github.chengyuxing.sql.dsl.Query
com.github.chengyuxing.sql.dsl.clause
com.github.chengyuxing.sql.dsl.clause.com.github.chengyuxing.sql.dsl.clause.ColumnHelper
com.github.chengyuxing.sql.dsl.clause.com.github.chengyuxing.sql.dsl.clause.CriteriaBuilder
com.github.chengyuxing.sql.dsl.clause.com.github.chengyuxing.sql.dsl.clause.GroupBy
com.github.chengyuxing.sql.dsl.clause.com.github.chengyuxing.sql.dsl.clause.Having
com.github.chengyuxing.sql.dsl.clause.com.github.chengyuxing.sql.dsl.clause.OrderBy
com.github.chengyuxing.sql.dsl.clause.com.github.chengyuxing.sql.dsl.clause.Where
com.github.chengyuxing.sql.dsl.clause.condition
com.github.chengyuxing.sql.dsl.clause.condition.com.github.chengyuxing.sql.dsl.clause.condition.AndGroup
com.github.chengyuxing.sql.dsl.clause.condition.com.github.chengyuxing.sql.dsl.clause.condition.BetweenCondition
com.github.chengyuxing.sql.dsl.clause.condition.com.github.chengyuxing.sql.dsl.clause.condition.Condition
com.github.chengyuxing.sql.dsl.clause.condition.com.github.chengyuxing.sql.dsl.clause.condition.Criteria
com.github.chengyuxing.sql.dsl.clause.condition.com.github.chengyuxing.sql.dsl.clause.condition.InCondition
com.github.chengyuxing.sql.dsl.clause.condition.com.github.chengyuxing.sql.dsl.clause.condition.OrGroup
com.github.chengyuxing.sql.dsl.types
com.github.chengyuxing.sql.dsl.types.com.github.chengyuxing.sql.dsl.types.FieldReference
com.github.chengyuxing.sql.dsl.types.com.github.chengyuxing.sql.dsl.types.Logic
com.github.chengyuxing.sql.dsl.types.com.github.chengyuxing.sql.dsl.types.Operator
com.github.chengyuxing.sql.dsl.types.com.github.chengyuxing.sql.dsl.types.OrderByType
com.github.chengyuxing.sql.dsl.types.com.github.chengyuxing.sql.dsl.types.StandardAggFunction
com.github.chengyuxing.sql.dsl.types.com.github.chengyuxing.sql.dsl.types.StandardOperator
com.github.chengyuxing.sql.dsl.types.com.github.chengyuxing.sql.dsl.types.StoreFunction
com.github.chengyuxing.sql.exceptions
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.ConnectionStatusException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.DuplicateException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.IllegalSqlException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.SqlRuntimeException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.TransactionException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.UncheckedSqlException
com.github.chengyuxing.sql.exceptions.com.github.chengyuxing.sql.exceptions.YamlDeserializeException
com.github.chengyuxing.sql.page
com.github.chengyuxing.sql.page.com.github.chengyuxing.sql.page.IPageable
com.github.chengyuxing.sql.page.com.github.chengyuxing.sql.page.PageHelper
com.github.chengyuxing.sql.page.impl
com.github.chengyuxing.sql.page.impl.com.github.chengyuxing.sql.page.impl.Db2PageHelper
com.github.chengyuxing.sql.page.impl.com.github.chengyuxing.sql.page.impl.MysqlPageHelper
com.github.chengyuxing.sql.page.impl.com.github.chengyuxing.sql.page.impl.OraclePageHelper
com.github.chengyuxing.sql.page.impl.com.github.chengyuxing.sql.page.impl.PGPageHelper
com.github.chengyuxing.sql.plugins
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.NamedParamFormatter
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.PageHelperProvider
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.QueryCacheManager
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.QueryTimeoutHandler
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.SqlInterceptor
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.SqlInvokeHandler
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.SqlParseChecker
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.SqlWatcher
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.StatementValueHandler
com.github.chengyuxing.sql.plugins.com.github.chengyuxing.sql.plugins.TemplateFormatter
com.github.chengyuxing.sql.support
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.JdbcSupport
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.SqlParser
com.github.chengyuxing.sql.support.com.github.chengyuxing.sql.support.StatementCallback
com.github.chengyuxing.sql.support.executor
com.github.chengyuxing.sql.support.executor.com.github.chengyuxing.sql.support.executor.Executor
com.github.chengyuxing.sql.support.executor.com.github.chengyuxing.sql.support.executor.QueryExecutor
com.github.chengyuxing.sql.transaction
com.github.chengyuxing.sql.transaction.com.github.chengyuxing.sql.transaction.Definition
com.github.chengyuxing.sql.transaction.com.github.chengyuxing.sql.transaction.Level
com.github.chengyuxing.sql.transaction.com.github.chengyuxing.sql.transaction.Tx
com.github.chengyuxing.sql.types
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.OutParamType
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.Param
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.ParamMode
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.StandardOutParamType
com.github.chengyuxing.sql.types.com.github.chengyuxing.sql.types.Variable
com.github.chengyuxing.sql.utils
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.EntityUtil
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.JdbcUtil
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.SqlGenerator
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.SqlHighlighter
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.SqlUtil
com.github.chengyuxing.sql.utils.com.github.chengyuxing.sql.utils.XQLMapperUtil
com.github.chengyuxing.sql.yaml
com.github.chengyuxing.sql.yaml.com.github.chengyuxing.sql.yaml.FeaturedConstructor
com.github.chengyuxing.sql.yaml.com.github.chengyuxing.sql.yaml.HyphenatedPropertyUtil
.home.xql.template
javax.persistence
javax.persistence.javax.persistence.Column
javax.persistence.javax.persistence.Entity
javax.persistence.javax.persistence.Id
javax.persistence.javax.persistence.Index
javax.persistence.javax.persistence.Table
javax.persistence.javax.persistence.Transient
javax.persistence.javax.persistence.UniqueConstraint
.xql-file-manager.yml.template




© 2015 - 2024 Weber Informatics LLC | Privacy Policy