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

Download fastquery JAR 1.0.140 with all dependencies


Method of fast database query in complicated environment.

Files of the artifact fastquery version 1.0.140 from the group org.fastquery.

Test

Download fastquery (1.0.140)
Artifact fastquery
Group org.fastquery
Version 1.0.140
Organization not specified
URL https://github.com/xixifeng/fastquery
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies c3p0, asm-all, fastjson, log4j, mysql-connector-java, velocity-engine-core,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of fastquery Show documentation

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

0 downloads

Source code of fastquery version 1.0.140

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.org.fastquery.fastquery
META-INF.maven.org.fastquery.fastquery.META-INF.maven.org.fastquery.fastquery.pom.properties
META-INF.maven.org.fastquery.fastquery.META-INF.maven.org.fastquery.fastquery.pom.xml
org.fastquery.analysis
org.fastquery.analysis.org.fastquery.analysis.AnnotationSynxFilter
org.fastquery.analysis.org.fastquery.analysis.ArgsFilter
org.fastquery.analysis.org.fastquery.analysis.ConditionParameterFilter
org.fastquery.analysis.org.fastquery.analysis.GenerateExtends
org.fastquery.analysis.org.fastquery.analysis.MarkFilter
org.fastquery.analysis.org.fastquery.analysis.MethodAnnotationFilter
org.fastquery.analysis.org.fastquery.analysis.MethodFilter
org.fastquery.analysis.org.fastquery.analysis.MethodFilterChain
org.fastquery.analysis.org.fastquery.analysis.ModifyingDependencyFilter
org.fastquery.analysis.org.fastquery.analysis.ModifyingReturnTypeFilter
org.fastquery.analysis.org.fastquery.analysis.MuestionFilter
org.fastquery.analysis.org.fastquery.analysis.NotAllowedRepeat
org.fastquery.analysis.org.fastquery.analysis.OutFilter
org.fastquery.analysis.org.fastquery.analysis.PageFilter
org.fastquery.analysis.org.fastquery.analysis.PageableFilter
org.fastquery.analysis.org.fastquery.analysis.ParameterFilter
org.fastquery.analysis.org.fastquery.analysis.QueriesFileFilter
org.fastquery.analysis.org.fastquery.analysis.QueryFilterHelper
org.fastquery.analysis.org.fastquery.analysis.QueryReturnTypeFilter
org.fastquery.analysis.org.fastquery.analysis.ReturnTypeFilter
org.fastquery.analysis.org.fastquery.analysis.SQLFilter
org.fastquery.analysis.org.fastquery.analysis.SetFilter
org.fastquery.analysis.org.fastquery.analysis.SharpFilter
org.fastquery.analysis.org.fastquery.analysis.SourceFilter
org.fastquery.analysis.org.fastquery.analysis.TplPageFilter
org.fastquery.asm
org.fastquery.asm.org.fastquery.asm.AsmRepository
org.fastquery.asm.org.fastquery.asm.Script2Class
org.fastquery.core
org.fastquery.core.org.fastquery.core.AbstractQueryRepository
org.fastquery.core.org.fastquery.core.ConnectionPoolProvider
org.fastquery.core.org.fastquery.core.DB
org.fastquery.core.org.fastquery.core.FQueryResourceImpl
org.fastquery.core.org.fastquery.core.Id
org.fastquery.core.org.fastquery.core.MethodId
org.fastquery.core.org.fastquery.core.MethodInfo
org.fastquery.core.org.fastquery.core.Modifying
org.fastquery.core.org.fastquery.core.Param
org.fastquery.core.org.fastquery.core.Prepared
org.fastquery.core.org.fastquery.core.Propagation
org.fastquery.core.org.fastquery.core.Queries
org.fastquery.core.org.fastquery.core.Query
org.fastquery.core.org.fastquery.core.QueryByNamed
org.fastquery.core.org.fastquery.core.QueryContext
org.fastquery.core.org.fastquery.core.QueryParser
org.fastquery.core.org.fastquery.core.QueryProcess
org.fastquery.core.org.fastquery.core.QueryRepository
org.fastquery.core.org.fastquery.core.RegexCache
org.fastquery.core.org.fastquery.core.Repository
org.fastquery.core.org.fastquery.core.RepositoryException
org.fastquery.core.org.fastquery.core.Resource
org.fastquery.core.org.fastquery.core.Safe
org.fastquery.core.org.fastquery.core.SelectField
org.fastquery.core.org.fastquery.core.Source
org.fastquery.core.org.fastquery.core.StrConst
org.fastquery.core.org.fastquery.core.Table
org.fastquery.core.org.fastquery.core.Transactional
org.fastquery.core.org.fastquery.core.Transient
org.fastquery.core.org.fastquery.core.TxContext
org.fastquery.dialect
org.fastquery.dialect.org.fastquery.dialect.DefaultPageDialect
org.fastquery.dialect.org.fastquery.dialect.DialectScheduler
org.fastquery.dialect.org.fastquery.dialect.MySQLPageDialect
org.fastquery.dialect.org.fastquery.dialect.PostgreSQLPageDialect
org.fastquery.dsm
org.fastquery.dsm.org.fastquery.dsm.FQueryProperties
org.fastquery.dsm.org.fastquery.dsm.FastQueryJson
org.fastquery.handler
org.fastquery.handler.org.fastquery.handler.ModifyingHandler
org.fastquery.handler.org.fastquery.handler.QueryHandler
org.fastquery.mapper
org.fastquery.mapper.org.fastquery.mapper.Allocation
org.fastquery.mapper.org.fastquery.mapper.QueryMapper
org.fastquery.mapper.org.fastquery.mapper.QueryPool
org.fastquery.mapper.org.fastquery.mapper.QueryValidator
org.fastquery.mapper.filter
org.fastquery.mapper.filter.org.fastquery.mapper.filter.Filter
org.fastquery.mapper.filter.org.fastquery.mapper.filter.FilterChain
org.fastquery.mapper.filter.part
org.fastquery.mapper.filter.part.org.fastquery.mapper.filter.part.PartSyntaxFilter
org.fastquery.mapper.filter.query
org.fastquery.mapper.filter.query.org.fastquery.mapper.filter.query.StructureFilter
org.fastquery.page
org.fastquery.page.org.fastquery.page.NotCount
org.fastquery.page.org.fastquery.page.Page
org.fastquery.page.org.fastquery.page.PageDialect
org.fastquery.page.org.fastquery.page.PageIndex
org.fastquery.page.org.fastquery.page.PageSize
org.fastquery.page.org.fastquery.page.Pageable
org.fastquery.page.org.fastquery.page.PageableImpl
org.fastquery.page.org.fastquery.page.Slice
org.fastquery.pool
org.fastquery.pool.org.fastquery.pool.C3p0PoolProvider
org.fastquery.pool.org.fastquery.pool.DruidPoolProvider
org.fastquery.pool.org.fastquery.pool.HikariPoolProvider
org.fastquery.pool.org.fastquery.pool.MySQLDriverProvider
org.fastquery.pool.org.fastquery.pool.PostgreSQLDriverProvider
org.fastquery.pool.org.fastquery.pool.SQLServerDriverProvider
org.fastquery.service
org.fastquery.service.org.fastquery.service.BeanDefinitionRegistry
org.fastquery.service.org.fastquery.service.FQuery
org.fastquery.service.org.fastquery.service.FqClassLoader
org.fastquery.service.org.fastquery.service.GenerateRepositoryImpl
org.fastquery.service.org.fastquery.service.RepositoryFactory
org.fastquery.struct
org.fastquery.struct.org.fastquery.struct.AttributeConverter
org.fastquery.struct.org.fastquery.struct.Chip
org.fastquery.struct.org.fastquery.struct.Convert
org.fastquery.struct.org.fastquery.struct.NulOperator
org.fastquery.struct.org.fastquery.struct.ParamMap
org.fastquery.struct.org.fastquery.struct.Predicate
org.fastquery.struct.org.fastquery.struct.RespUpdate
org.fastquery.struct.org.fastquery.struct.SQLOperator
org.fastquery.struct.org.fastquery.struct.SQLValue
org.fastquery.test
org.fastquery.test.org.fastquery.test.FastQueryTestRule
org.fastquery.test.org.fastquery.test.QueryContextHelper
org.fastquery.test.org.fastquery.test.RepositoryInvocationHandler
org.fastquery.test.org.fastquery.test.Rollback
org.fastquery.util
org.fastquery.util.org.fastquery.util.BeanUtil
org.fastquery.util.org.fastquery.util.ClassUtil
org.fastquery.util.org.fastquery.util.FastQueryJSONObject
org.fastquery.util.org.fastquery.util.LoadPrperties
org.fastquery.util.org.fastquery.util.PreventSQLInjection
org.fastquery.util.org.fastquery.util.PropertiesUtil
org.fastquery.util.org.fastquery.util.SetParser
org.fastquery.util.org.fastquery.util.SharpExprParser
org.fastquery.util.org.fastquery.util.TypeUtil
org.fastquery.util.org.fastquery.util.XMLParse
org.fastquery.where
org.fastquery.where.org.fastquery.where.Condition
org.fastquery.where.org.fastquery.where.Conditions
org.fastquery.where.org.fastquery.where.DefaultJudge
org.fastquery.where.org.fastquery.where.Judge
org.fastquery.where.org.fastquery.where.Set
org.fastquery.where.org.fastquery.where.Sets
.pools.xml




© 2015 - 2025 Weber Informatics LLC | Privacy Policy