Uses of Class
org.jdbi.v3.core.extension.ExtensionFactoryDelegate
-
Packages that use ExtensionFactoryDelegate Package Description org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances. -
-
Uses of ExtensionFactoryDelegate in org.jdbi.v3.core.extension
Fields in org.jdbi.v3.core.extension with type parameters of type ExtensionFactoryDelegate Modifier and Type Field Description private java.util.List<ExtensionFactoryDelegate>Extensions. extensionFactories
-