文件名称: agroal-pool-2.5.jar中文-英文对照文档.zip
<dependency>
<groupId>io.agroal</groupId>
<artifactId>agroal-pool</artifactId>
<version>2.5</version>
</dependency>Gradle:
implementation group: 'io.agroal', name: 'agroal-pool', version: '2.5'
Gradle (Short):
implementation 'io.agroal:agroal-pool:2.5'
Gradle (Kotlin):
implementation("io.agroal:agroal-pool:2.5")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.agroal.pool
io.agroal.pool.util
io.agroal.pool.wrapperio.agroal.pool.ConnectionFactory
io.agroal.pool.ConnectionHandler
io.agroal.pool.ConnectionHandler.DirtyAttribute
io.agroal.pool.ConnectionHandler.State
io.agroal.pool.ConnectionPool
io.agroal.pool.DataSource
io.agroal.pool.DataSourceProvider
io.agroal.pool.DefaultMetricsRepository
io.agroal.pool.MetricsRepository
io.agroal.pool.MetricsRepository.EmptyMetricsRepository
io.agroal.pool.Pool
io.agroal.pool.Poolless
io.agroal.pool.util.AgroalSynchronizer
io.agroal.pool.util.AutoCloseableElement
io.agroal.pool.util.InterceptorHelper
io.agroal.pool.util.ListenerHelper
io.agroal.pool.util.PriorityScheduledExecutor
io.agroal.pool.util.PropertyInjector
io.agroal.pool.util.StampedCopyOnWriteArrayList<T>
io.agroal.pool.util.UncheckedArrayList<T>
io.agroal.pool.util.XAConnectionAdaptor
io.agroal.pool.wrapper.CallableStatementWrapper
io.agroal.pool.wrapper.ConnectionWrapper
io.agroal.pool.wrapper.ConnectionWrapper.JdbcResourcesLeakReport
io.agroal.pool.wrapper.PreparedStatementWrapper
io.agroal.pool.wrapper.ResultSetWrapper
io.agroal.pool.wrapper.StatementWrapper
io.agroal.pool.wrapper.XAConnectionWrapper
io.agroal.pool.wrapper.XAResourceWrapper