Uses of Package
org.jdbi.v3.sqlobject
Packages that use org.jdbi.v3.sqlobject
Package
Description
SQL Objects
sqlobject.transaction annotations declaratively create transactions
 wrapping a SqlObject method.- 
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobjectClassDescriptionDeprecated.Deprecated.Use
ExtensionHandlerCustomizerdirectly.Deprecated.UseExtensionHandlerCustomizerinstances which are returned directly from theExtensionFactory.getExtensionHandlerCustomizers(ConfigRegistry).Deprecated.UseExtensionHandlerFactoryinstances directly.Deprecated.UseExtensionHandlerFactoryinstances that are returned from theExtensionFactory.getExtensionHandlerFactories(ConfigRegistry)method.Configuration class for SQL objects. - 
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.transaction
 
ExtensionHandlerdirectly.