Uses of Interface
org.jdbi.v3.core.internal.OnDemandExtensions.Factory
-
Packages that use OnDemandExtensions.Factory Package Description org.jdbi.v3.core.internal Utility classes used internally by Jdbi.org.jdbi.v3.sqlobject SQL Objects -
-
Uses of OnDemandExtensions.Factory in org.jdbi.v3.core.internal
Fields in org.jdbi.v3.core.internal declared as OnDemandExtensions.Factory Modifier and Type Field Description private OnDemandExtensions.FactoryOnDemandExtensions. onDemandExtensionFactoryMethods in org.jdbi.v3.core.internal with parameters of type OnDemandExtensions.Factory Modifier and Type Method Description OnDemandExtensionsOnDemandExtensions. setFactory(OnDemandExtensions.Factory onDemandExtensionFactory) -
Uses of OnDemandExtensions.Factory in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement OnDemandExtensions.Factory Modifier and Type Class Description classGeneratorSqlObjectFactorySupport for generator instances (concrete classes that have been created by the Jdbi generator).
-