Uses of Interface
org.aoju.bus.pager.AutoDialect
Packages that use AutoDialect
Package
Description
数据库分页方言
分页执行代理
-
Uses of AutoDialect in org.aoju.bus.pager.dialect
Classes in org.aoju.bus.pager.dialect that implement AutoDialect -
Uses of AutoDialect in org.aoju.bus.pager.dialect.auto
Classes in org.aoju.bus.pager.dialect.auto that implement AutoDialectModifier and TypeClassDescriptionclass遍历所有实现,找到匹配的实现classDruidclass早期版本默认实现,获取连接再获取 url,这种方式通用性强,但是性能低,处理不好关闭连接时容易出问题classHikariFields in org.aoju.bus.pager.dialect.auto declared as AutoDialect -
Uses of AutoDialect in org.aoju.bus.pager.proxy
Method parameters in org.aoju.bus.pager.proxy with type arguments of type AutoDialectModifier and TypeMethodDescriptionstatic voidPageAutoDialect.registerAutoDialectAlias(String alias, Class<? extends AutoDialect> autoDialectClass)