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, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Use
ExtensionHandlerCustomizerdirectly.Deprecated, for removal: This API element is subject to removal in a future version.UseExtensionHandlerCustomizerinstances which are returned directly from theExtensionFactory.getExtensionHandlerCustomizers(ConfigRegistry).Deprecated, for removal: This API element is subject to removal in a future version.UseExtensionHandlerFactoryinstances directly.Deprecated, for removal: This API element is subject to removal in a future version.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.